Skip to content

Commit

Permalink
fix: #733
Browse files Browse the repository at this point in the history
  • Loading branch information
wugaoliang committed Feb 8, 2020
1 parent 71be532 commit 5f6944f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/menu/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
&--mini {
.hi-menu-item {
&--active {
background-color: rgba($value, 0.15);
background-color: rgba($value, 0.1);

&::after {
background-color: $value;
Expand All @@ -339,7 +339,7 @@

.hi-menu-item {
&--active:not(.hi-submenu) {
background-color: rgba($value, 0.15);
background-color: rgba($value, 0.1);

&::after {
background-color: $value;
Expand All @@ -349,7 +349,7 @@

.hi-menu__title {
&:hover {
background-color: rgba($value, 0.15);
background-color: rgba($value, 0.1);
}
}
}
Expand Down

0 comments on commit 5f6944f

Please sign in to comment.