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 {
|
a, a:visited {
|
||||||
text-decoration:none;
|
@include button-style($lineheight_half);
|
||||||
color: $color-primary;
|
@include button-hover();
|
||||||
background-color:transparent;
|
@include button-fullcontrol(transparent, darken($color-background-alt, 7.5%), $color-primary);
|
||||||
&:hover {
|
|
||||||
text-decoration:none;
|
|
||||||
color: $color-primary;
|
|
||||||
|
|
||||||
@include button-style($lineheight_half);
|
|
||||||
@include button-hover();
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
background-color: darken($color-background-alt, 7.5%)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-divider {
|
.menu-divider {
|
||||||
|
|
Loading…
Reference in a new issue