HighContrast: Update entry selection styling

Adapt to changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-11-10 13:39:10 -05:00
parent e7854aeb42
commit 6cbfc780c5
2 changed files with 14 additions and 6 deletions

View File

@ -184,12 +184,12 @@ entry, spinbutton {
&:insensitive { @include entry(insensitive); }
&:backdrop { @include entry(backdrop); }
&:backdrop:insensitive { @include entry(backdrop-insensitive); }
&:selected, &:backdrop:selected {
& selection, & selection:backdrop {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
&:selected,
&:selected:focus {
& selection
& selection:focus {
@extend %selected_items;
}
& progress {

View File

@ -183,7 +183,7 @@ entry, spinbutton {
color: gray;
background-image: linear-gradient(to bottom, #fff);
box-shadow: 0 1px rgba(255, 255, 255, 0); }
entry:selected, entry:backdrop:selected, spinbutton:selected, spinbutton:backdrop:selected {
entry selection, entry selection:backdrop, spinbutton selection, spinbutton selection:backdrop {
background-color: #000;
color: #fff; }
entry progress, spinbutton progress {
@ -2001,7 +2001,11 @@ calendar:selected,
.view:selected:focus,
calendar:focus:selected,
.view:selected:hover,
calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, label:backdrop:selected, entry:selected, entry:selected:focus, spinbutton:selected, spinbutton:selected:focus, modelbutton.flat:hover, modelbutton.flat:selected,
calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, label:backdrop:selected, entry selection
entry selection:focus, spinbutton selection
entry selection:focus, entry selection
spinbutton selection:focus, spinbutton selection
spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
.menuitem.button.flat:hover,
.menuitem.button.flat:selected, .list-row.activatable:selected, .sidebar:selected, placessidebar .view:selected, placessidebar calendar:selected {
background-color: #000;
@ -2011,7 +2015,11 @@ calendar:hover:selected, label:selected, label:selected:focus, label:selected:ho
.view:backdrop:selected,
calendar:backdrop:selected,
calendar:backdrop:focus:selected,
calendar:backdrop:hover:selected, label:backdrop:selected, entry:backdrop:selected, spinbutton:backdrop:selected, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
calendar:backdrop:hover:selected, label:backdrop:selected, entry selection
entry selection:backdrop:focus, spinbutton selection
entry selection:backdrop:focus, entry selection
spinbutton selection:backdrop:focus, spinbutton selection
spinbutton selection:backdrop:focus, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
.menuitem.button.flat:backdrop:hover,
.menuitem.button.flat:backdrop:selected, .list-row.activatable:backdrop:selected, .sidebar:backdrop:selected {
background-color: gray;