opt: simplify ripple effect class

This commit is contained in:
KOWX712
2025-02-21 02:29:42 +08:00
parent f2483efc6e
commit 09f6f522de
10 changed files with 83 additions and 102 deletions

View File

@@ -33,7 +33,6 @@ body {
font-weight: bold;
transition: transform 0.4s ease;
border-radius: 50px 50px;
overflow: hidden;
user-select: none;
}
@@ -236,6 +235,11 @@ body {
font-size: 16px;
}
.ripple-element {
position: relative;
overflow: hidden;
}
.ripple {
position: absolute;
border-radius: 50%;