Browse Source

Update index.html

Fix commandbar dropdown menu target issues
nsITobin 3 months ago
parent
commit
b76d1e6656
1 changed files with 4 additions and 4 deletions
  1. 4 4
      index.html

+ 4 - 4
index.html

@@ -290,16 +290,16 @@
         border: none;
         box-shadow: none;
         background: none;
-      }
-
-      #binoc-commandbar > ul > li > ul > li {
-        list-style: none;
         padding-top: 6px;
         padding-left: 8px;
         padding-right: 16px;
         padding-bottom: 6px;
       }
 
+      #binoc-commandbar > ul > li > ul > li {
+        list-style: none;
+      }
+
       #binoc-commandbar > ul > li > ul > li:hover {
         background-color: #2a3753;
       }