using button-color + button-background
This commit is contained in:
parent
ea4d64f5ed
commit
dba38052f8
6 changed files with 62 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue