using button-color + button-background

This commit is contained in:
Silke Pisulla 2017-01-05 10:47:49 +01:00
commit dba38052f8
6 changed files with 62 additions and 42 deletions

View file

@ -46,11 +46,11 @@
&:hover,
&:focus,
&:active {
border: solid 1px @color-link;
color: @color-link;
border: solid 1px @button_color;
color: @button_color;
&::after {
background-color: @color-link;
background-color: @button_color;
}
}