forked from AuroraMiddleware/gtk
Adwaita: inhert backdrop selected list rows
This commit is contained in:
parent
66accf2b37
commit
7633118e7d
@ -2246,6 +2246,7 @@ GtkScrolledWindow {
|
||||
&:hover {
|
||||
background-color: mix(black, $selected_bg_color, 10%);
|
||||
}
|
||||
&:backdrop { background-color: $selected_bg_color; }
|
||||
}
|
||||
&:backdrop:hover {
|
||||
@extend %undecorated_button;
|
||||
|
@ -3364,6 +3364,8 @@ GtkCalendar.header .list-row.button.titlebutton {
|
||||
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
|
||||
.list-row.button:selected:hover {
|
||||
background-color: #1d538c; }
|
||||
.list-row.button:selected:backdrop {
|
||||
background-color: #215d9c; }
|
||||
|
||||
.list-row:selected .button {
|
||||
color: #eeeeec;
|
||||
|
@ -3514,6 +3514,8 @@ GtkCalendar.header .list-row.button.titlebutton {
|
||||
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
|
||||
.list-row.button:selected:hover {
|
||||
background-color: #4281c3; }
|
||||
.list-row.button:selected:backdrop {
|
||||
background-color: #4a90d9; }
|
||||
|
||||
.list-row:selected .button {
|
||||
color: #2e3436;
|
||||
|
Loading…
Reference in New Issue
Block a user