HighContrast: Fix selection in .views

Copy Adwaita fixes from 21a2fce8ba.
This commit is contained in:
Matthias Clasen 2016-01-11 23:20:26 -05:00
parent 52a34d32bb
commit c5d3556f98
3 changed files with 745 additions and 699 deletions

View File

@ -88,7 +88,6 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
} }
} }
textview text,
.view { .view {
color: $fg_color; color: $fg_color;
background-color: $base_color; background-color: $base_color;
@ -96,25 +95,22 @@ textview text,
color: $backdrop_fg_color; color: $backdrop_fg_color;
background-color: $backdrop_base_color; background-color: $backdrop_base_color;
} }
& selection, &:selected,
& selection:focus, &:selected:focus,
& selection:hover { &:selected:hover { @extend %selected_items; }
}
textview text {
@extend .view;
selection,
selection:focus,
selection:hover {
@extend %selected_items; @extend %selected_items;
} }
} }
iconview { iconview { @extend .view ;}
color: $fg_color;
background-color: $base_color;
&:backdrop {
color: $backdrop_fg_color;
background-color: $backdrop_base_color;
}
&:selected,
&:selected:focus {
@extend %selected_items;
}
}
.rubberband, .rubberband,
rubberband { rubberband {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff