mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Style active and focus states of search results too
This commit is contained in:
parent
9b84e1b164
commit
63c183402c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:active, &:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.search-result-content {
|
.search-result-content {
|
||||||
color: @gray-darker;
|
color: @gray-darker;
|
||||||
|
|
Loading…
Reference in a new issue