ConciseCSS/concise-ui

Button overflow with option radius and -prefix or -affix

Closed this issue · 2 comments

File elements/_button.scss
Add line 6 right under button {

++ overflow:hidden;

If a user chooses to have rounded buttons, the gray (background-color: rgba(0,0,0,0.15)) for the -prefix or -affix is displayed when it shouldn't

But my suggestion conflicts with concise.css/src/_base.scss. I don't use windows so don't understand the edge problem.

button,
input { // 1
  overflow: visible;
}

I think there is no problem with overwriting the base styles, so adding overflow :hidden should work fine. I'll commit this change in a moment. Thank you!