Fix Bug 50043
This commit is contained in:
parent
0e36454890
commit
a98d599096
|
@ -81,6 +81,11 @@
|
||||||
button.disabled > .@{icon-class} {background-position: -3*@icon-size -@index*@icon-size;}
|
button.disabled > .@{icon-class} {background-position: -3*@icon-size -@index*@icon-size;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-weight-bold{
|
||||||
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.01em;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
:root {
|
:root {
|
||||||
|
|
|
@ -476,8 +476,9 @@
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
.border-radius(0);
|
.border-radius(0);
|
||||||
background-color: transparent;
|
|
||||||
.font-weight-bold();
|
.font-weight-bold();
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
|
||||||
&:hover:not(.disabled),
|
&:hover:not(.disabled),
|
||||||
.over:not(.disabled) {
|
.over:not(.disabled) {
|
||||||
|
|
|
@ -476,7 +476,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-weight-bold{
|
|
||||||
font-weight: bold;
|
|
||||||
letter-spacing: 0.01em;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue