From f615e9b2ecfd2c4ccf56c4d4fd02c44bb61f32f7 Mon Sep 17 00:00:00 2001 From: Aylam Date: Thu, 3 Aug 2023 11:43:02 +0300 Subject: [PATCH] Remove transition from .post:hover --- packages/client/src/ui/_common_/navbar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 045ed3c65..2514a34fd 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -339,7 +339,6 @@ function more(ev: MouseEvent) { &.active { &:before { background: var(--accentLighten); - transition: all 0.4s ease; } }