button-var reverted

This commit is contained in:
Silke Pisulla 2017-01-05 13:38:10 +01:00
commit fa90fc6fce
6 changed files with 26 additions and 26 deletions

View file

@ -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;
}
}
}