Increase width of other active navigation indicators to 4px

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-05-22 09:03:31 +02:00
parent 0d90c5ebc4
commit 3c011c6d50
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}
}