forked from AuroraMiddleware/gtk
HighContrast: Update label selection styling
Adapt to changes in the previous commit.
This commit is contained in:
parent
218d584b54
commit
514c0f761f
@ -131,10 +131,10 @@ flowbox {
|
|||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
&:selected,
|
& selection,
|
||||||
&:selected:focus,
|
& selection:focus,
|
||||||
&:selected:hover,
|
& selection:hover,
|
||||||
&:backdrop:selected {
|
& selection:backdrop {
|
||||||
@extend %selected_items;
|
@extend %selected_items;
|
||||||
}
|
}
|
||||||
&:insensitive, &:backdrop:insensitive {
|
&:insensitive, &:backdrop:insensitive {
|
||||||
|
@ -2001,7 +2001,7 @@ calendar:selected,
|
|||||||
.view:selected:focus,
|
.view:selected:focus,
|
||||||
calendar:focus:selected,
|
calendar:focus:selected,
|
||||||
.view:selected:hover,
|
.view:selected:hover,
|
||||||
calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, label:backdrop:selected, entry selection
|
calendar:hover:selected, label selection, label selection:focus, label selection:hover, label selection:backdrop, entry selection
|
||||||
entry selection:focus, spinbutton selection
|
entry selection:focus, spinbutton selection
|
||||||
entry selection:focus, entry selection
|
entry selection:focus, entry selection
|
||||||
spinbutton selection:focus, spinbutton selection
|
spinbutton selection:focus, spinbutton selection
|
||||||
@ -2015,7 +2015,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
|
|||||||
.view:backdrop:selected,
|
.view:backdrop:selected,
|
||||||
calendar:backdrop:selected,
|
calendar:backdrop:selected,
|
||||||
calendar:backdrop:focus:selected,
|
calendar:backdrop:focus:selected,
|
||||||
calendar:backdrop:hover:selected, label:backdrop:selected, entry selection
|
calendar:backdrop:hover:selected, label selection:backdrop, entry selection
|
||||||
entry selection:backdrop:focus, spinbutton selection
|
entry selection:backdrop:focus, spinbutton selection
|
||||||
entry selection:backdrop:focus, entry selection
|
entry selection:backdrop:focus, entry selection
|
||||||
spinbutton selection:backdrop:focus, spinbutton selection
|
spinbutton selection:backdrop:focus, spinbutton selection
|
||||||
|
Loading…
Reference in New Issue
Block a user