mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Styled access dropdowns pseudo-classes
This commit is contained in:
parent
e22d54ba3b
commit
1222260e36
@ -1478,6 +1478,22 @@ p.theme-validation-details {
|
|||||||
background: var(--white);
|
background: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-setting-dropdown[aria-disabled="true"] {
|
||||||
|
background: var(--whitegrey-l2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-setting-dropdown[aria-disabled="true"] svg path {
|
||||||
|
fill: var(--lightgrey-d1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-setting-dropdown[aria-disabled="true"] .gh-radio-label {
|
||||||
|
opacity: .65;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-setting-dropdown:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-setting-dropdown .ember-power-select-status-icon {
|
.gh-setting-dropdown .ember-power-select-status-icon {
|
||||||
right: 24px;
|
right: 24px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user