fix: use button styling for menu elements

This commit is contained in:
Kazhnuz Klappsthul 2021-07-26 12:47:15 +02:00
parent 548e9b482b
commit 1ced152bf7
1 changed files with 3 additions and 16 deletions

View File

@ -122,22 +122,9 @@ $card-smallpad: $lineheight_half;
}
a, a:visited {
text-decoration:none;
color: $color-primary;
background-color:transparent;
&:hover {
text-decoration:none;
color: $color-primary;
@include button-style($lineheight_half);
@include button-hover();
&:before {
background-color: darken($color-background-alt, 7.5%)
}
}
@include button-style($lineheight_half);
@include button-hover();
@include button-fullcontrol(transparent, darken($color-background-alt, 7.5%), $color-primary);
}
.menu-divider {