mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gtk-4: Fix outlined style in all elements
This commit is contained in:
@@ -38,7 +38,7 @@ $button_transition: all 200ms $ease-out-quad;
|
||||
outline-color: transparentize($fg_color, 0.7);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
outline-width: 0px;
|
||||
-gtk-outline-radius: 2px;
|
||||
|
||||
-gtk-secondary-caret-color: $selected_bg_color;
|
||||
|
||||
@@ -151,7 +151,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
outline-width: 0px;
|
||||
-gtk-outline-radius: 2px;
|
||||
-gtk-secondary-caret-color: #c50ed2; }
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
outline-width: 0px;
|
||||
-gtk-outline-radius: 2px;
|
||||
-gtk-secondary-caret-color: #c50ed2; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user