From 7a0649038bb56b609c6124d8c4f0a1bfe726bbce Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 30 Nov 2024 00:11:35 +0200 Subject: [PATCH] Fix an unwanted interference with certain combo boxes --- src/public/stylesheets/theme-next.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index bb5c98131..d8d8768a0 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -832,7 +832,7 @@ html body .dropdown-item.disabled { } /* Menu item arrow */ -.dropdown-toggle::after { +.dropdown-menu .dropdown-toggle::after { content: "\ed3b" !important; position: absolute; display: flex !important;