projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8144ec
)
Adwaita: take out an unnecessary rule
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jan 2020 23:38:42 +0000
(18:38 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jan 2020 23:38:42 +0000
(18:38 -0500)
The comment says setting caret-color to currentColor
shouldn't be necessary, and it is right.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index b1dc002f7666300cf6a5a98979277f4a139adf5f..abe684375647351fb85913a3bea6aef63a760fa1 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-157,8
+157,6
@@
flowbox {
}
label {
- caret-color: currentColor; // this shouldn't be needed.
-
&.separator {
@extend .dim-label;
}