aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index c851e4f..e863f13 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -2297,7 +2297,7 @@ GtkScrolledWindow {
padding: 2px;
}
-.list-row.button {
+.list-row.activatable {
@extend %undecorated_button;
background-color: transparentize(black, 1); // for the transition
border-style: none; // I need no borders here
@@ -2326,7 +2326,7 @@ GtkScrolledWindow {
}
// transition
-.list-row, list-row.button {
+.list-row, list-row.activatable {
transition: all 300ms $ease-out-quad;
&:hover { transition: none; }
}
@@ -2521,7 +2521,7 @@ GtkPlacesSidebar.sidebar {
.sidebar-new-bookmark-row { background-color: darken($bg_color, 10%); }
// Preserve everything else of the list-row class
- .list-row.button {
+ .list-row.activatable {
color: transparentize($fg_color, 0.2);
border-width: 1px 0;
border-style: solid;