dev/core#1012 Fix selection of quicksearch options
authorColeman Watts <coleman@civicrm.org>
Mon, 3 Jun 2019 20:15:45 +0000 (16:15 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 3 Jun 2019 20:15:45 +0000 (16:15 -0400)
css/crm-menubar.css

index dc2a4e7937116fb9734a60a776eb21d90d2a9a0c..c3d0ffd22f1269c6f1d221125a09509880450c66 100644 (file)
@@ -233,7 +233,7 @@ body.crm-menubar-over-cms-menu #crm-menubar-toggle-position a i {
   }
 
   /* Pseudo-element to ensure vertical alignment */
-  #civicrm-menu > li > a:after {
+  #civicrm-menu > li:not(#crm-qsearch) > a:after {
     content: '';
     display: inline-block;
     height: 100%;