Skip to content

Commit

Permalink
Gtk-4.0: Fix popover items highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Sep 13, 2024
1 parent 3511c7a commit c9e378e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 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.

3 changes: 2 additions & 1 deletion gtk-4.0/gtk.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/widgets/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ magnifier {
border-radius: 5px;

&:selected {
color: $text-color;
&, label { color: $text-color; }
background-color: $popover_hover_color;
}
&:selected:active {
Expand Down

0 comments on commit c9e378e

Please sign in to comment.