mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Updated cursor for disabled dropdown
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
e57502e02f
commit
ee40c92758
@ -1106,6 +1106,7 @@ Dashboard Attribution */
|
|||||||
.gh-dashboard-attribution .ember-power-select-trigger[aria-disabled=true], .gh-attribution-box .ember-power-select-trigger[aria-disabled=true] {
|
.gh-dashboard-attribution .ember-power-select-trigger[aria-disabled=true], .gh-attribution-box .ember-power-select-trigger[aria-disabled=true] {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-dashboard-list-item-other-source {
|
.gh-dashboard-list-item-other-source {
|
||||||
|
Loading…
Reference in New Issue
Block a user