button-var reverted
This commit is contained in:
parent
fba5a49e49
commit
fa90fc6fce
6 changed files with 26 additions and 26 deletions
|
@ -162,9 +162,9 @@
|
|||
position: absolute;
|
||||
right: -.5em;
|
||||
top: -.4em;
|
||||
background-color: @button_color;
|
||||
background-color: @button_background;
|
||||
border-radius: 2px;
|
||||
color: @button_background;
|
||||
color: @button_color;
|
||||
font-size: .6rem;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
@ -178,8 +178,8 @@
|
|||
&:active,
|
||||
&:focus {
|
||||
.num {
|
||||
background-color: @button_color;
|
||||
color: @button_background;
|
||||
background-color: @button_background;
|
||||
color: @button_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue