1 /* stylelint-disable selector-class-pattern */
3 /* Make sure the links are not underlined or colored, ever. */
4 /* There is already a :focus / :hover indication on the <div>. */
5 .suggestions a
.mw-searchSuggest-link
,
6 .suggestions a
.mw-searchSuggest-link:hover
,
7 .suggestions a
.mw-searchSuggest-link:active
,
8 .suggestions a.mw-searchSuggest-link:focus {
10 text-decoration: none
;
13 .suggestions-result-current a
.mw-searchSuggest-link
,
14 .suggestions-result-current a
.mw-searchSuggest-link:hover
,
15 .suggestions-result-current a
.mw-searchSuggest-link:active
,
16 .suggestions-result-current a.mw-searchSuggest-link:focus {
20 .suggestions a.mw-searchSuggest-link .special-query {
21 /* Apply ellipsis to suggestions */
23 text-overflow: ellipsis
;