mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
improve menu styling
This commit is contained in:
parent
e9d410f53b
commit
5a9a8ce34e
@ -152,7 +152,6 @@ $menuBreakPoint: 800px;
|
||||
padding-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
border-left: 2px solid rgba($colorWhite, 0.1);
|
||||
}
|
||||
|
||||
.active + &__link-list {
|
||||
@ -172,7 +171,7 @@ $menuBreakPoint: 800px;
|
||||
color: $colorWhite;
|
||||
}
|
||||
|
||||
&.active {
|
||||
&.active--exact {
|
||||
color: $colorWhite;
|
||||
background-color: rgba($colorWhite, 0.05);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user