fix: use button styling for menu elements
This commit is contained in:
parent
548e9b482b
commit
1ced152bf7
1 changed files with 3 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue