Browse Source

HUE-5149 [metadata] Mark autocomplete matches in bold and not italic

Johan Ahlen 9 years ago
parent
commit
a4e7b598f9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      desktop/core/src/desktop/templates/assist.mako

+ 5 - 0
desktop/core/src/desktop/templates/assist.mako

@@ -924,6 +924,11 @@ from metadata.conf import has_navigator
       overflow:hidden;
     }
 
+    .nav-autocomplete-item-link em {
+      font-style: normal;
+      font-weight: bold;
+    }
+
     .nav-autocomplete-item-link > div {
       vertical-align: top;
       display:inline-block;