From 169a10139abd145d34811b84742765d2734a77a7 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Mon, 24 Oct 2016 15:20:37 +0200
Subject: [PATCH] * * Menu code minimal optimalization.

---
 src/gtk-3.20/scss/widgets/_menu.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/gtk-3.20/scss/widgets/_menu.scss b/src/gtk-3.20/scss/widgets/_menu.scss
index c0dd114..cb02f44 100644
--- a/src/gtk-3.20/scss/widgets/_menu.scss
+++ b/src/gtk-3.20/scss/widgets/_menu.scss
@@ -17,10 +17,9 @@
         color: $menubar_fg_color;
 
         > menuitem {
-            min-height: 16px;
             padding: ($spacing - 1px) ($spacing - 1px) * 2;
-            border: 1px solid transparent;
-            background-color: transparent;
+            border: solid transparent;
+            border-width: 0;
             background-image: none;
             color: $menubar_fg_color;