Bind Select's value to make it simpler and more reactive
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
left: 8px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
@@ -321,8 +321,8 @@
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top-left-radius: 8px;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transform: translate3d(12%, 23%, 0) rotate(-5deg);
|
||||
transition: opacity 0.4s var(--ease-quart), transform 1.0s var(--ease-quart);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user