summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-26 19:55:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-26 19:56:10 -0400
commitcfdc81af0290d6f60618770461992c204c78d32a (patch)
treeb42cd1435882457037c3968fe1771e53ade2662b /gtk/theme
parent7fa8a69fdc1dff2e212df9794b7e0608f6a08c9d (diff)
downloadgtk+-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.scss1
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 {