gtkplacesview: remove hover color from rows

Since other views are not using hover neither

https://bugzilla.gnome.org/show_bug.cgi?id=756568
This commit is contained in:
Carlos Soriano 2015-09-24 14:49:30 +02:00
parent 9341f64c19
commit d29d54a97b
3 changed files with 8 additions and 0 deletions

View File

@ -2927,6 +2927,10 @@ GtkPlacesView {
transition: 200ms $ease-out-quad;
-gtk-icon-transform: rotate(-0.5turn);
}
.list-row.activatable:hover {
background-color: transparent;
}
}
/*********

View File

@ -3975,6 +3975,8 @@ GtkPlacesView .server-list-button > GtkImage {
GtkPlacesView .server-list-button:checked > GtkImage {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-gtk-icon-transform: rotate(-0.5turn); }
GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup {
background-color: transparent; }
/*********
* Paned *

View File

@ -4147,6 +4147,8 @@ GtkPlacesView .server-list-button > GtkImage {
GtkPlacesView .server-list-button:checked > GtkImage {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-gtk-icon-transform: rotate(-0.5turn); }
GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup {
background-color: transparent; }
/*********
* Paned *