summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 00:34:47 +0500
committerCorey Hulen <corey@hulen.com>2016-06-02 12:34:47 -0700
commit848a8663ed7f856aee3f801a62b82e87b20de0ea (patch)
treed3721ea0c8635a412e947485528e6b02f75449d3 /webapp/sass/routes
parente0fca16b27b35d6d4303e5a76f10a689fdefcce3 (diff)
downloadchat-848a8663ed7f856aee3f801a62b82e87b20de0ea.tar.gz
chat-848a8663ed7f856aee3f801a62b82e87b20de0ea.tar.bz2
chat-848a8663ed7f856aee3f801a62b82e87b20de0ea.zip
Multiple UI improvements (#3220)
* Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
Diffstat (limited to 'webapp/sass/routes')
-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;
+ }
}
}