Skip to content

Commit

Permalink
Gtk-4: Fix outlined style in all elements
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Nov 27, 2021
1 parent 96363c0 commit 37b832e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk-4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion gtk-4.0/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gtk-4.0/gtk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37b832e

Please sign in to comment.