Update for menus

Removed the transparent menu border since it's not needed. All border effects will be handled by window decorations.
This commit is contained in:
EMH-Mark-I 2020-04-19 23:33:24 -05:00
parent 568cb8373a
commit d96e4b2960
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ window > menu {
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
menu {
border: 1px solid transparent;
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
color: @menu_text_color; }
/* menuitem */

View File

@ -26,7 +26,6 @@ window > menu {
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
menu {
border: 1px solid transparent;
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
color: @menu_text_color; }
/* menuitem */