Gtk-4: Fix outlined style in all elements

This commit is contained in:
EliverLara
2021-12-05 14:00:43 -06:00
parent 15064551dd
commit e86ad1dfb7
3 changed files with 3 additions and 3 deletions

View File

@@ -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;