mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Fix active menu link highlighting
This commit is contained in:
parent
c34c8614c7
commit
61922b0de7
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
&:hover { border-bottom: 2px solid $color-primary; }
|
||||
}
|
||||
|
||||
.section-link &.active {
|
||||
.section-link.active {
|
||||
font-weight: bold;
|
||||
color: $color-primary;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue