[gnome-shell-sass] theme: Add bottom padding for sub menus



commit b50055c0006f6196a199cc8be494a998a77f7a3b
Author: Alex Monday <monday15 gmx com>
Date:   Sun Feb 24 03:46:03 2019 +0500

    theme: Add bottom padding for sub menus
    
    Prevents overlapping sub menu borders with menu item background.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/987

 _common.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/_common.scss b/_common.scss
index 44bf04e..8359973 100644
--- a/_common.scss
+++ b/_common.scss
@@ -508,6 +508,7 @@ StScrollBar {
 
   .popup-menu-arrow { } //defined globally in the TOP BAR
   .popup-sub-menu {
+    padding-bottom: 1px;
     background-color: darken($bg_color,2%);
     box-shadow: inset 0 -1px 0px lighten($borders_color,5%);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]