Ver Fonte

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

Johan Ahlen há 9 anos atrás
pai
commit
a4e7b59
1 ficheiros alterados com 5 adições e 0 exclusões
  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;