Adwaita: add .content-view:hover styling.

Just to make thumbs in various app hilight on hover.
This commit is contained in:
Lapo Calamandrei 2015-09-02 17:23:22 +02:00
parent 0ef8ff7c3d
commit b931852e1b
3 changed files with 5 additions and 1 deletions

View File

@ -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%); }
}

View File

@ -2823,6 +2823,8 @@ GtkSwitch {
.content-view {
background-color: #282c2c; }
.content-view:hover {
-gtk-image-effect: highlight; }
.content-view:backdrop {
background-color: #282c2c; }

View File

@ -2985,6 +2985,8 @@ GtkSwitch {
.content-view {
background-color: #dbdbdb; }
.content-view:hover {
-gtk-image-effect: highlight; }
.content-view:backdrop {
background-color: #dbdbdb; }