style engine updated
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transform: translateY(10px);
|
||||
transition: all 0.25s ease;
|
||||
transition: all var(--times-transition-transform) ease;
|
||||
z-index: 99999999;
|
||||
text-align: end;
|
||||
font-weight: normal;
|
||||
@@ -33,7 +33,7 @@
|
||||
border-radius: 6px;
|
||||
/* cursor: pointer; */
|
||||
align-items: center;
|
||||
transition: transform 0.25s;
|
||||
transition: transform var(--times-transition-transform);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user