Skip to content

Commit

Permalink
Gnome: Fix weird font in context menus #124
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Apr 23, 2021
1 parent 5799f68 commit bd48bcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2941,7 +2941,8 @@ menu,
padding: 2px 0px;
background: #2a2f3a;
border: 1px solid #1f232b;
border-radius: 5px; }
border-radius: 5px;
font: initial; }
.csd menu, .csd
.menu, .csd
.context-menu {
Expand Down
3 changes: 2 additions & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2941,7 +2941,8 @@ menu,
padding: 2px 0px;
background: #2a2f3a;
border: 1px solid #1f232b;
border-radius: 5px; }
border-radius: 5px;
font: initial; }
.csd menu, .csd
.menu, .csd
.context-menu {
Expand Down
1 change: 1 addition & 0 deletions gtk-3.0/widgets/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ menu,
background: $main_dark_color;
border: 1px solid $borders_color; // adds borders in a non composited env
border-radius: 5px;
font: initial;

.csd & { border: none; } // axes borders in a composited env

Expand Down

0 comments on commit bd48bcf

Please sign in to comment.