mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +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] {
|
||||
background: transparent;
|
||||
opacity: 0.3;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.gh-dashboard-list-item-other-source {
|
||||
|
Loading…
Reference in New Issue
Block a user