yqcloud-ui
Version:
An enterprise-class UI design language and React-based implementation
24 lines (23 loc) • 737 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 */
.ant-ripple {
position: absolute;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.1);
-webkit-transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
pointer-events: none;
}
.ant-ripple-wrapper {
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
overflow: hidden;
border-radius: inherit;
background-clip: padding-box;
pointer-events: none;
}