From d0f1f95bbb9ffea6d4749cad646f69edcd15dd4f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 12 Mar 2026 15:36:57 -0700 Subject: [PATCH] ui: Better placement for dropdown indicator in dropdown button Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 1a804e5d2..fe333b4f9 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -223,10 +223,6 @@ body { margin-bottom: 1.25rem; } -.dropdown-toggle::after { - vertical-align: middle; -} - @keyframes spin { 0% { transform: rotate(0deg);