forked from AuroraMiddleware/gtk
Adwaita: add .content-view:hover styling.
Just to make thumbs in various app hilight on hover.
This commit is contained in:
parent
0ef8ff7c3d
commit
b931852e1b
@ -2161,9 +2161,9 @@ GtkSwitch {
|
||||
}
|
||||
|
||||
//content view (grid/list)
|
||||
|
||||
.content-view {
|
||||
background-color: darken($bg_color,7%);
|
||||
&:hover { -gtk-image-effect: highlight; }
|
||||
&:backdrop { background-color: darken($bg_color,7%); }
|
||||
}
|
||||
|
||||
|
@ -2823,6 +2823,8 @@ GtkSwitch {
|
||||
|
||||
.content-view {
|
||||
background-color: #282c2c; }
|
||||
.content-view:hover {
|
||||
-gtk-image-effect: highlight; }
|
||||
.content-view:backdrop {
|
||||
background-color: #282c2c; }
|
||||
|
||||
|
@ -2985,6 +2985,8 @@ GtkSwitch {
|
||||
|
||||
.content-view {
|
||||
background-color: #dbdbdb; }
|
||||
.content-view:hover {
|
||||
-gtk-image-effect: highlight; }
|
||||
.content-view:backdrop {
|
||||
background-color: #dbdbdb; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user