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:
commit
cbe5c193d0
|
@ -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 New Issue