Updated cursor for disabled dropdown

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-10-03 11:42:50 +02:00
parent e57502e02f
commit ee40c92758

View File

@ -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 {