From 5a7d6596690753205748cf72de5066128f88ace8 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 20 Sep 2023 11:43:27 +0100 Subject: [PATCH] style: remove unnecessary transition --- frontend/src/styles/footer.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/styles/footer.scss b/frontend/src/styles/footer.scss index 40b525637..28a567e8f 100644 --- a/frontend/src/styles/footer.scss +++ b/frontend/src/styles/footer.scss @@ -17,11 +17,6 @@ footer { } } - .left .textButton, - .right .textButton { - transition: 0.125s; - } - #supportMeButton { &:hover { color: var(--text-color);