aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802015-08-27 21:08:56 +0200
committerHorst31802015-08-27 21:08:56 +0200
commit1c0a3768878c2bb7771ed9a2d6b95e87f32cef40 (patch)
tree7182c5ec010c2bef4bdd8c14d5901cd9229d3685 /common/gtk-3.0/3.18/sass
parent5d4f221bf5db6d86e20696869fe4eb88af2cc733 (diff)
downloadsolarc-theme-1c0a3768878c2bb7771ed9a2d6b95e87f32cef40.tar.gz
solarc-theme-1c0a3768878c2bb7771ed9a2d6b95e87f32cef40.tar.xz
solarc-theme-1c0a3768878c2bb7771ed9a2d6b95e87f32cef40.zip
mark activatable rows with a .activatable style class
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss6
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss2
2 files changed, 4 insertions, 4 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;
diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
index b3a58af..c992afe 100644
--- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
@@ -31,7 +31,7 @@ NautilusWindow {
.sidebar-new-bookmark-row { background-color: lighten($dark_sidebar_bg, 10%); }
- .list-row.button {
+ .list-row.activatable {
border: none;
color: $dark_sidebar_fg;