mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
style(experience): add transition for notched border (#6265)
This commit is contained in:
parent
97b0be48d5
commit
e9a70ba6d9
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
border-radius: var(--radius);
|
||||
pointer-events: none;
|
||||
display: block;
|
||||
transition-property: outline, border;
|
||||
transition-timing-function: ease-in-out;
|
||||
transition-duration: 0.2s;
|
||||
|
||||
legend {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Reference in a new issue