shape.less icon indicating copy to clipboard operation
shape.less copied to clipboard

Circle shape issue

Open max-melnyk opened this issue 11 years ago • 1 comments

There should be border-radius: 50%, instead 50px

max-melnyk avatar Aug 22 '14 17:08 max-melnyk

% doesn't work for Android 2.3, so correct code should be .shape-circle(@width) { .shape-square(@width); border-radius: @width/2; // Android 2.3 doesn't support border radius in % }

max-melnyk avatar Sep 04 '14 16:09 max-melnyk