Add no select style to select2-dropdown Fixes #3745

e44b1233303394e12015f24569eb2a6f53fc4113

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/css/select2-overrides.css+1 -0
@@ -13,6 +13,7 @@
13 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2));13 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2));
14 color: var(--SmartThemeBodyColor);14 color: var(--SmartThemeBodyColor);
15 z-index: 40000;15 z-index: 40000;
16 user-select: none;
16}17}
1718
18.select2-container .select2-selection .select2-selection__clear {19.select2-container .select2-selection .select2-selection__clear {