mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: UserPanelPop hover Inconsistent animation (#835)
This commit is contained in:
@@ -145,12 +145,13 @@ async function logout() {
|
||||
|
||||
a {
|
||||
--uno: "p-2 m-0 rounded-$bew-radius text-sm flex flex-col items-center transition-all duration-300";
|
||||
--uno: "bg-$bew-fill-1 hover:bg-$bew-theme-color hover:text-white";
|
||||
--uno: "bg-$bew-fill-1 hover:bg-$bew-theme-color";
|
||||
|
||||
> * {
|
||||
--uno: "transition-all duration-300";
|
||||
}
|
||||
|
||||
&:hover .num,
|
||||
&:hover .num + div {
|
||||
--uno: "text-white";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user