remove background-clip from rounded, this should be set separately if required

This commit is contained in:
Dmitry Fadeyev 2013-01-15 20:28:32 +00:00
parent 30d75daa59
commit 191754c0ec

View file

@ -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;