diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-26 19:55:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-26 19:56:10 -0400 |
commit | cfdc81af0290d6f60618770461992c204c78d32a (patch) | |
tree | b42cd1435882457037c3968fe1771e53ade2662b /gtk/theme | |
parent | 7fa8a69fdc1dff2e212df9794b7e0608f6a08c9d (diff) | |
download | gtk+-cfdc81af0290d6f60618770461992c204c78d32a.tar.gz |
Adwaita: Fix block cursors in spinbuttons
Fix block cursors in vertical spinbuttons with Adwaita.
Fixes: #2871
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 77152908ef..7e829c1b4b 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1097,6 +1097,7 @@ spinbutton { border-radius: 0; > selection { @extend %selected_items; } + > block-cursor { @include entry(block_cursor); } } > button { |