Fix an unwanted interference with certain combo boxes

This commit is contained in:
Adorian Doran 2024-11-30 00:11:35 +02:00
parent d7240b5bb4
commit 7a0649038b

View File

@ -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;