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

@ -41,7 +41,7 @@
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
color: @button_color; color: @button_background;
} }
} }
} }
@ -155,17 +155,17 @@
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
background-color: @button_background; background-color: @button_color;
border-color: @button_color; border-color: @button_background;
color: @button_color; color: @button_background;
text-decoration: none; text-decoration: none;
&::before { &::before {
color: @button_color; color: @button_background;
} }
&::after { &::after {
background-color: @button_color; background-color: @button_background;
} }
} }
} }
@ -173,23 +173,23 @@
&.opened { &.opened {
a { a {
background-color: @button_color; background-color: @button_background;
color: @button_background; color: @button_color;
&::before { &::before {
color: @button_background; color: @button_color;
} }
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
background-color: @button_background; background-color: @button_color;
border-color: @button_color; border-color: @button_background;
color: @button_color; color: @button_background;
text-decoration: none; text-decoration: none;
&::before { &::before {
color: @button_color; color: @button_background;
} }
} }
} }

View file

@ -118,11 +118,11 @@
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
border-color: @button_color; border-color: @button_background;
color: @button_color; color: @button_background;
.prefix { .prefix {
color: @button_color; color: @button_background;
} }
} }
} }

View file

@ -110,10 +110,10 @@
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
border-color: @button_color; border-color: @button_background;
//-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); //-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
//box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); //box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
color: @button_color; color: @button_background;
} }
&::before { &::before {

View file

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

View file

@ -70,7 +70,7 @@
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
color: @button_color; color: @button_background;
} }
} }

View file

@ -162,9 +162,9 @@
position: absolute; position: absolute;
right: -.5em; right: -.5em;
top: -.4em; top: -.4em;
background-color: @button_color; background-color: @button_background;
border-radius: 2px; border-radius: 2px;
color: @button_background; color: @button_color;
font-size: .6rem; font-size: .6rem;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
@ -178,8 +178,8 @@
&:active, &:active,
&:focus { &:focus {
.num { .num {
background-color: @button_color; background-color: @button_background;
color: @button_background; color: @button_color;
} }
} }
} }