From 2b213ada8d0d1c20157241f8aff54f9117802472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 10 Jul 2018 15:53:09 +0200 Subject: [PATCH] fix(ui): cleanup css clases used --- ui/src/App.css | 9 --------- ui/src/App.scss | 13 ------------- ui/src/Components/NavBar/FilterInput/History.js | 2 +- ui/src/Components/NavBar/index.js | 2 +- 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/ui/src/App.css b/ui/src/App.css index a443bf3a4..c45f5e3d9 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -6391,14 +6391,5 @@ a.text-dark:hover, a.text-dark:focus { .bg-primary-transparent { background-color: rgba(69, 90, 100, 0.95); } -.hover-bg-light:hover { - background-color: #ecf0f1; } - -.hover-bg-light:focus { - box-shadow: unset; } - .cursor-pointer { cursor: pointer; } - -.dropdown-toggle::after { - display: none; } diff --git a/ui/src/App.scss b/ui/src/App.scss index 0268b03e9..8480de54d 100644 --- a/ui/src/App.scss +++ b/ui/src/App.scss @@ -25,19 +25,6 @@ $dark: #3b4247; background-color: rgba($primary, 0.95); } -// silence block gets a different color on hover -.hover-bg-light:hover { - background-color: $light; -} -.hover-bg-light:focus { - box-shadow: unset; -} - .cursor-pointer { cursor: pointer; } - -// remove triangle from dropdowns -.dropdown-toggle::after { - display: none; -} diff --git a/ui/src/Components/NavBar/FilterInput/History.js b/ui/src/Components/NavBar/FilterInput/History.js index 817b79ba9..8676cc5ad 100644 --- a/ui/src/Components/NavBar/FilterInput/History.js +++ b/ui/src/Components/NavBar/FilterInput/History.js @@ -166,7 +166,7 @@ const History = observer(