From 23766cc02f96fa679a6b8a25cbdc7ecfe22dac80 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 11 May 2025 15:15:46 +0300 Subject: [PATCH] Remove unused dropdown caret css --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b553f7a3b..e76c9a0c2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -118,10 +118,6 @@ nav.primary { color: $grey; cursor: default; - .caret { - border-top-color: $grey; - } - &:hover { background-color: lighten($green, 30%); } -- 2.39.5