choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
24 lines (23 loc) • 725 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.c7n-ripple {
position: absolute;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 50%;
-webkit-transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
pointer-events: none;
}
.c7n-ripple-wrapper {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
background-clip: padding-box;
border-radius: inherit;
pointer-events: none;
}