Skip to content

Commit 1b01c68

Browse files
committed
[update] made the focused item even more clear for the bug of PF themes;
( the bug description - A focused item gets invisible over some PF themes )
1 parent f9bf555 commit 1b01c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/js/app/home/fragment-editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ function autocompleteForTypingTags() {
196196
function pfThemeBugHandler() {
197197
if (pfThemeBugFix) {
198198
var acMenu = $("ul.ui-autocomplete");
199-
acMenu.find("li.ui-weak-focus").removeClass("ui-weak-focus");
200-
acMenu.find("li.ui-state-focus").addClass("ui-weak-focus");
199+
acMenu.find("li.ui-strong-focus").removeClass("ui-strong-focus");
200+
acMenu.find("li.ui-state-focus").addClass("ui-strong-focus");
201201
}
202202
}
203203

0 commit comments

Comments
 (0)