From eb2aa3b100730c6447ee9003919b63603f1e8fa9 Mon Sep 17 00:00:00 2001 From: Zaahir Moolla Date: Wed, 6 Mar 2019 17:38:39 -0500 Subject: [PATCH] Update border-radius to default 4px (#3583) --- share/spice/cryptocurrency/cryptocurrency.css | 1 - share/spice/currency/currency.css | 1 - 2 files changed, 2 deletions(-) diff --git a/share/spice/cryptocurrency/cryptocurrency.css b/share/spice/cryptocurrency/cryptocurrency.css index 5675daf411..906f9fda68 100644 --- a/share/spice/cryptocurrency/cryptocurrency.css +++ b/share/spice/cryptocurrency/cryptocurrency.css @@ -67,7 +67,6 @@ .zci--cryptocurrency .frm__select { border-top-left-radius: 0; border-top-right-radius: 0; - border-bottom-left-radius: 2px; border-top-color: #e0e0e0; border-left-color: #c9c9c9; } diff --git a/share/spice/currency/currency.css b/share/spice/currency/currency.css index 9dde631dc5..c425586f9e 100644 --- a/share/spice/currency/currency.css +++ b/share/spice/currency/currency.css @@ -53,7 +53,6 @@ .zci--currency .frm__select { border-top-left-radius: 0; border-top-right-radius: 0; - border-bottom-left-radius: 2px; border-top-color: #e0e0e0; border-left-color: #c9c9c9; }