ADDED: Mixins for icon buttons, but it's not completed feature

FIXED: Styles for segmented-button
This commit is contained in:
2024-02-24 23:58:23 +04:00
committed by doryan
parent 964534c780
commit 0a8b58668d
22 changed files with 423 additions and 408 deletions

View File

@@ -5,7 +5,7 @@
z-index: 20;
pointer-events: none; }
.m3.ripple {
.m3.m3-ripple {
position: absolute;
overflow: hidden;
pointer-events: none;
@@ -21,7 +21,7 @@
transition-duration: 0.55s;
transition-property: opacity, background-color;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.m3.ripple.visible {
.m3.m3-ripple.visible {
opacity: 1 !important; }
@keyframes rippleAppearanceAnimation {