UI fix
Search suggestion now has visible highlight in firefix
This commit is contained in:
parent
51d60ea3c0
commit
a2cd07fa8a
@ -470,7 +470,7 @@ ul {
|
||||
outline: none;
|
||||
border: 0;
|
||||
}
|
||||
.search-suggestion:focus-visible {
|
||||
.search-suggestion:focus, .search-suggestion:focus-visible {
|
||||
outline: transparent;
|
||||
background-color: rgba(var(--text-color), 0.1);
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -409,6 +409,7 @@ ul{
|
||||
outline: none;
|
||||
border: 0;
|
||||
}
|
||||
&:focus,
|
||||
&:focus-visible{
|
||||
outline: transparent;
|
||||
background-color: rgba(var(--text-color), 0.1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user