From 4d2f0090e925961f94688e3f98c31f7593f51179 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Tue, 20 Aug 2019 12:17:11 -0700 Subject: Simplify select styles to fix cross browser bugs --- synapse_topology/webui/src/scss/main.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss index 271b7363bc..f998cf3732 100644 --- a/synapse_topology/webui/src/scss/main.scss +++ b/synapse_topology/webui/src/scss/main.scss @@ -108,13 +108,8 @@ pre { } select { - height: 1.6rem; - font-size: 0.6rem; - border-style: none; - background: white; - border-radius: 14rem; - color: $font; - padding: 0.6rem 1rem; + font-size: 0.7rem + margin-bottom: 1rem; &:after { content: ▸; -- cgit 1.5.1