Skip to content
Snippets Groups Projects
Commit 10e4e0c7 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2417705 by idebr: Autocomplete suggestions visual regression after...

Issue #2417705 by idebr: Autocomplete suggestions visual regression after modal and jQuery UI update
parent b5b8da91
No related branches found
No related tags found
No related merge requests found
......@@ -194,18 +194,6 @@ label button.link {
font-weight: bold;
}
/*
* Autocomplete.
*
* @see autocomplete.js
*/
/* Suggestion list */
.ui-autocomplete li.ui-menu-item a.ui-state-focus, .autocomplete li.ui-menu-item a.ui-state-hover {
background: #0072b9;
color: #fff;
margin: 0;
}
/**
* Collapsible details.
*
......
......@@ -387,4 +387,16 @@
*/
.ui-autocomplete {
background: #fff;
border: 1px solid #ccc;
}
/* Suggestion list */
.ui-autocomplete .ui-menu-item.ui-state-focus,
.autocomplete .ui-menu-item.ui-state-hover {
background: #0072b9;
margin: 0;
}
.ui-autocomplete .ui-state-focus a,
.autocomplete .ui-state-hover a {
color: #fff;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment