This commit is contained in:
xdrm-brackets 2018-02-20 21:57:48 +01:00
parent af36ea7642
commit 4576e20253
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ $menu-outer-width: #{$menu-width + 1em};
&:hover, &.active{
border: 1px solid lighten($menu-bg, 20%);
// box-shadow: inset 0 0 5px darken($menu-bg, 6%);
box-shadow: 0 0 10px darken($menu-bg, 10%);
box-shadow: 0 0 8px darken($menu-bg, 7%);
}
color: #4a71dd;