projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9761a47
)
theme: Fix vertical spin button selection
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 20 Apr 2022 03:14:37 +0000
(23:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 20 Apr 2022 03:14:37 +0000
(23:14 -0400)
The selection should be black-on-blue as it is
everywhere else now. This was just a leftover.
Fixes: #4788
gtk/theme/Default/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Default/_common.scss
b/gtk/theme/Default/_common.scss
index a779dc2e7a042a3b994d6315d203908ef1907527..89aa344683434ba117734f6af5292969ecf89cb4 100644
(file)
--- a/
gtk/theme/Default/_common.scss
+++ b/
gtk/theme/Default/_common.scss
@@
-1165,7
+1165,7
@@
spinbutton {
color: transparent;
&:focus-within {
background-color: $selected_text_bg_color;
- color: $
selected_
fg_color;
+ color: $fg_color;
}
}
> block-cursor { @include entry(block_cursor); }