-
-
Notifications
You must be signed in to change notification settings - Fork 16
Brief flash of buttons when closing #74
Copy link
Copy link
Open
Labels
Description
This could be specific to my layout but I'm seeing a brief flash of the buttons on closing. It seems to occur at the point where @.is-closing@ is removed from the dialog, though it's very hard to tell in the dev tools.
On a hunch, I added &:not([open]) to the classes that set the buttons to zero opacity around
Lines 286 to 287 in 1fd9a32
| &--is-opening, | |
| &--is-closing { |
&:not([open]),
&--is-opening,
&--is-closing {
Could I potentially be causing myself problems with this?
Reactions are currently unavailable