new var @fix_border-radius for no custom border-radius
This commit is contained in:
parent
527e72e79a
commit
acc4acbcf1
4 changed files with 8 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
height: 100%;
|
||||
background-color: @button_background;
|
||||
border: solid 1px @button_background;
|
||||
border-radius: 2px 0 0 2px;
|
||||
border-radius: @fix_border-radius 0 0 @fix_border-radius;
|
||||
color: @button_color;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
|
@ -51,6 +51,7 @@
|
|||
a {
|
||||
background-color: @button_background;
|
||||
border-color: @button_background;
|
||||
border-radius: 0 @fix_border-radius @fix_border-radius 0;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue