- commit
- 32187de5efba850e8265486c93a4911d0e016dc5
- parent
- 345ba7f1dd8537d5e6e425b2f273ea6ad5f871a0
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-12-31 11:26
fix radio/select border color in selected
Diffstat
| M | gtk-3.0/widgets/checkbox.css | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk-3.0/widgets/checkbox.css b/gtk-3.0/widgets/checkbox.css
@@ -12,6 +12,11 @@ check {
12 12 color: @text_color;
13 13 }
14 14
-1 15 :selected radio,
-1 16 :selected check {
-1 17 border-color: currentColor;
-1 18 }
-1 19
15 20 radio:not(:last-child),
16 21 check:not(:last-child) {
17 22 margin-right: 0.4em;