ui: make sure search results dont have underline until hovered
This commit is contained in:
parent
711dd39059
commit
fd1e03ae06
1 changed files with 5 additions and 1 deletions
|
@ -1068,9 +1068,13 @@ pre {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
#search-results-container a,
|
#search-results-container a {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
#search-results-container a:hover {
|
#search-results-container a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-search-icon {
|
#nav-search-icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue