summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_settings.scss')
-rw-r--r--webapp/sass/routes/_settings.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss
index 6986959b2..376cf611e 100644
--- a/webapp/sass/routes/_settings.scss
+++ b/webapp/sass/routes/_settings.scss
@@ -141,17 +141,12 @@
}
.group--code {
-
select {
@include appearance(none);
appearance: none;
padding-right: 25px;
}
- select::ms-expand {
- display: none;
- }
-
&:before {
@include font-smoothing;
content: '\f0d7';
@@ -163,6 +158,10 @@
text-rendering: auto;
top: 11px;
z-index: 5;
+
+ .browser--ie & {
+ display: none;
+ }
}
}