HighContrast: Update textview selection styling
Use the selection element name.
This commit is contained in:
@ -113,9 +113,9 @@ textview text,
|
|||||||
color: $backdrop_fg_color;
|
color: $backdrop_fg_color;
|
||||||
background-color: $backdrop_base_color;
|
background-color: $backdrop_base_color;
|
||||||
}
|
}
|
||||||
&:selected,
|
& selection,
|
||||||
&:selected:focus,
|
& selection:focus,
|
||||||
&:selected:hover {
|
& selection:hover {
|
||||||
@extend %selected_items;
|
@extend %selected_items;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1995,13 +1995,10 @@ GtkLevelBar.vertical {
|
|||||||
.level-bar.fill-block.empty-fill-block:backdrop {
|
.level-bar.fill-block.empty-fill-block:backdrop {
|
||||||
border-color: rgba(0, 0, 0, 0.15); }
|
border-color: rgba(0, 0, 0, 0.15); }
|
||||||
|
|
||||||
textview text:selected, textview text:selected:focus, textview text:selected:hover,
|
textview text selection, textview text selection:focus, textview text selection:hover,
|
||||||
.view:selected,
|
.view selection,
|
||||||
calendar:selected,
|
.view selection:focus,
|
||||||
.view:selected:focus,
|
.view selection:hover, label selection, label selection:focus, label selection:hover, label selection:backdrop, entry selection
|
||||||
calendar:focus:selected,
|
|
||||||
.view:selected:hover,
|
|
||||||
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
|
||||||
@ -2011,17 +2008,14 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
textview text:backdrop:selected,
|
textview text selection:backdrop,
|
||||||
.view:backdrop:selected,
|
.view selection:backdrop, label selection:backdrop, entry selection
|
||||||
calendar:backdrop:selected,
|
|
||||||
calendar:backdrop:focus:selected,
|
|
||||||
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
|
||||||
spinbutton selection:backdrop:focus, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
|
spinbutton selection:backdrop:focus, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
|
||||||
.menuitem.button.flat:backdrop:hover,
|
.menuitem.button.flat:backdrop:hover,
|
||||||
.menuitem.button.flat:backdrop:selected, .list-row.activatable:backdrop:selected, .sidebar:backdrop:selected {
|
.menuitem.button.flat:backdrop:selected, .list-row.activatable:backdrop:selected, .sidebar:backdrop:selected, placessidebar .view:backdrop:selected, placessidebar calendar:backdrop:selected {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user