[Rt-commit] rt branch, 4.6/fix-principal-autocomplete, repushed
? sunnavy
sunnavy at bestpractical.com
Fri Nov 22 07:41:50 EST 2019
The branch 4.6/fix-principal-autocomplete was deleted and repushed:
was aaaece0f8f387c801ab9b48bc9bf8f83d610853f
now a78438760644eb9413026d2f737d20731589c5d4
1: a894fc9651 = 1: a894fc9651 Function "size" has been dropped since jQuery 3
2: ce21fa5074 = 2: ce21fa5074 Fix jquery ui background url
3: 65e3f984b0 = 3: 65e3f984b0 Revert back to old padding of autocomplete list
4: aaaece0f8f ! 4: e8249ccc52 Highlight hovered autocomplete item like RT menu
@@ -1,6 +1,6 @@
Author: sunnavy <sunnavy at bestpractical.com>
- Highlight hovered autocomplete item using bg color as the one in menu
+ Highlight hovered autocomplete item like RT menu
diff --git a/share/static/css/elevator-light/jquery-ui.css b/share/static/css/elevator-light/jquery-ui.css
--- a/share/static/css/elevator-light/jquery-ui.css
@@ -18,7 +18,12 @@
+}
+
+.ui-menu .ui-menu-item .ui-state-active {
-+ background: #CFDEFF;
+ border: none;
+ margin: 0;
++}
++
++.ui-menu .ui-menu-item:hover,
++.ui-menu .ui-menu-item:hover .ui-state-active {
++ background: #CFDEFF;
}
+
-: ------- > 5: a784387606 Don't show underline for items in superfish and autocomplete menus
More information about the rt-commit
mailing list