This commit is contained in:
vinceliuice 2023-10-13 06:42:06 +08:00
parent 4152e5ee64
commit 25b8cbc48f

View File

@ -2703,7 +2703,7 @@ popover.menu {
&:hover {
color: $selected_fg_color;
background-color: $selected_bg_color;
transition: background-color $shorter_duration $deceleration_curve;
transition: background-color 50ms $deceleration_curve;
arrow { color: $selected_fg_color; }
}