mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Fix transition
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
line-height: 1.6;
|
||||
color: var(--sl-color-gray-30);
|
||||
opacity: 0;
|
||||
transition: var(--sl-transition-medium);
|
||||
transition: var(--sl-transition-medium) opacity ease;
|
||||
}
|
||||
|
||||
.sl-alert--open {
|
||||
|
||||
Reference in New Issue
Block a user