remove background-clip from rounded, this should be set separately if required
This commit is contained in:
parent
30d75daa59
commit
191754c0ec
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@
|
||||||
-webkit-border-radius: @radius;
|
-webkit-border-radius: @radius;
|
||||||
-moz-border-radius: @radius;
|
-moz-border-radius: @radius;
|
||||||
border-radius: @radius;
|
border-radius: @radius;
|
||||||
.background-clip(padding-box);
|
|
||||||
}
|
}
|
||||||
.border-radius(@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
|
.border-radius(@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
|
||||||
-webkit-border-top-right-radius: @topright;
|
-webkit-border-top-right-radius: @topright;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue