Frontmatter
| id | 3461 |
| title | button.Base: rippleEl wrapper |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 28, 2022, 5:29 PM |
| updatedAt | Sep 28, 2022, 6:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3461 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 28, 2022, 6:00 PM |
right now, the top level CSS selector for buttons uses
overflow: hidden.we need this for ripple effects, but it collides with badges, which are supposed to be positioned absolutely over a corner.
so, we need a wrapper for ripples to resolve this.