summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-07 19:10:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-07 19:10:58 -0400
commit0f0557157b5f9b2604a9db9c0830fdbe2226bae3 (patch)
tree10f7d4e7903a671ba2dc5e92ff32c887797ac0ac /gtk/theme
parentf2a7e1219b7e56b3552dfe27fddb8367694e969c (diff)
downloadgtk+-0f0557157b5f9b2604a9db9c0830fdbe2226bae3.tar.gz
Adwaita: Fix scrollbar theming a bit
Reinstate the fine-tune mode scrollbars.
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index afb3a7e599..bf016104fd 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2398,7 +2398,7 @@ scrollbar {
&:disabled { background-color: transparent; }
}
- &.fine-tune {
+ & range.fine-tune {
slider {
min-width: 4px;
min-height: 4px;