button-var reverted
This commit is contained in:
parent
fba5a49e49
commit
fa90fc6fce
6 changed files with 26 additions and 26 deletions
|
@ -41,7 +41,7 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -155,17 +155,17 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: @button_background;
|
||||
border-color: @button_color;
|
||||
color: @button_color;
|
||||
background-color: @button_color;
|
||||
border-color: @button_background;
|
||||
color: @button_background;
|
||||
text-decoration: none;
|
||||
|
||||
&::before {
|
||||
color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
|
||||
&::after {
|
||||
background-color: @button_color;
|
||||
background-color: @button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -173,23 +173,23 @@
|
|||
|
||||
&.opened {
|
||||
a {
|
||||
background-color: @button_color;
|
||||
color: @button_background;
|
||||
background-color: @button_background;
|
||||
color: @button_color;
|
||||
|
||||
&::before {
|
||||
color: @button_background;
|
||||
color: @button_color;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: @button_background;
|
||||
border-color: @button_color;
|
||||
color: @button_color;
|
||||
background-color: @button_color;
|
||||
border-color: @button_background;
|
||||
color: @button_background;
|
||||
text-decoration: none;
|
||||
|
||||
&::before {
|
||||
color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -118,11 +118,11 @@
|
|||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
border-color: @button_color;
|
||||
color: @button_color;
|
||||
border-color: @button_background;
|
||||
color: @button_background;
|
||||
|
||||
.prefix {
|
||||
color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -110,10 +110,10 @@
|
|||
&:hover,
|
||||
&:active,
|
||||
&: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);
|
||||
//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 {
|
||||
|
|
|
@ -46,11 +46,11 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
border: solid 1px @button_color;
|
||||
color: @button_color;
|
||||
border: solid 1px @button_background;
|
||||
color: @button_background;
|
||||
|
||||
&::after {
|
||||
background-color: @button_color;
|
||||
background-color: @button_background;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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