From 4466b9790181b76b2955cf522562231228047054 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Tue, 27 Nov 2018 16:40:52 -0500 Subject: [PATCH] RT# 81706 CSS Sub-Menu Fix for jQuery-ui upgrade --- httemplate/elements/dropdown-menu.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 1ba4c00cc..8c99db07f 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -5,6 +5,12 @@ border: none; } +#<% $opt{id} %> .ui-state-active { + color: inherit; + background-color: transparent; + border-color: transparent; +} + #<% $opt{id} %> li { float: left; padding: .25em; -- 2.11.0