Increase width of other active navigation indicators to 4px
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
0d90c5ebc4
commit
3c011c6d50
2 changed files with 2 additions and 2 deletions
|
@ -696,7 +696,7 @@ kbd {
|
|||
&:hover {
|
||||
background-color: $color-main-background;
|
||||
opacity: 1;
|
||||
box-shadow: inset 2px 0 $color-primary;
|
||||
box-shadow: inset 4px 0 $color-primary;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -434,7 +434,7 @@ nav[role='navigation'] {
|
|||
&:active,
|
||||
&.active {
|
||||
opacity: 1;
|
||||
box-shadow: inset 2px 0 $color-primary;
|
||||
box-shadow: inset 4px 0 $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue