Fix Bug 50043

This commit is contained in:
OVSharova 2022-01-27 14:36:04 +03:00
parent 0e36454890
commit a98d599096
3 changed files with 8 additions and 5 deletions

View file

@ -81,6 +81,11 @@
button.disabled > .@{icon-class} {background-position: -3*@icon-size -@index*@icon-size;}
}
.font-weight-bold{
font-weight: bold;
letter-spacing: 0.01em;
}
/**
*/
:root {

View file

@ -476,8 +476,9 @@
display: block;
position: relative;
.border-radius(0);
background-color: transparent;
.font-weight-bold();
background-color: transparent;
&:hover:not(.disabled),
.over:not(.disabled) {

View file

@ -476,7 +476,4 @@
}
}
.font-weight-bold{
font-weight: bold;
letter-spacing: 0.01em;
}