Merge pull request #9538 from nextcloud/bugfix/noid/active-indicator-width

Increase width of other active navigation indicators to 4px
This commit is contained in:
Jan-Christoph Borchardt 2018-05-22 15:53:42 +02:00 committed by GitHub
commit cbe5c193d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}
}