summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index acec24231..c79b54922 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -144,6 +144,9 @@
select {
padding-right: 25px;
}
+ select::-ms-expand {
+ display: none;
+ }
&:before {
pointer-events: none;
position: absolute;
@@ -201,10 +204,6 @@
font-weight: 600;
cursor: pointer;
- div, span {
- pointer-events: none;
- }
-
.fa-minus {
display: none;
}