mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Improved search navigation
This commit is contained in:
@@ -109,17 +109,13 @@
|
||||
padding-left: $sp-3;
|
||||
padding-right: $sp-3;
|
||||
|
||||
&:hover {
|
||||
&:hover, &.active {
|
||||
background-color: darken($body-background-color, 5%);
|
||||
}
|
||||
|
||||
@include mq(md) {
|
||||
padding-left: $sp-4;
|
||||
padding-right: $sp-4;
|
||||
|
||||
&.active {
|
||||
background-color: darken($body-background-color, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.search-result-title {
|
||||
|
Reference in New Issue
Block a user