From 60a52af3a21e1ddd7b2e8de2e829224cc825fd32 Mon Sep 17 00:00:00 2001 From: Shantanu Raj Date: Mon, 25 Mar 2019 15:17:07 +0530 Subject: [PATCH] chore(settings): Remove unused css --- src/styles/settings.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/styles/settings.css b/src/styles/settings.css index a9ff8a24b..57d2a032f 100644 --- a/src/styles/settings.css +++ b/src/styles/settings.css @@ -93,10 +93,6 @@ body { padding: 10px 0; } -.field:not(:first-of-type) { - /* border-top: 1px solid rgba(0, 0, 0, 0.1); */ -} - .field__label { flex: 5; } @@ -168,16 +164,9 @@ input[type='checkbox'] { } .description { - /* position: absolute; */ - /* display: block; */ - /* right: 0; */ - /* border-left: 2px solid #dfdfdf; */ color: rgb(119, 119, 119); - /* visibility: hidden; */ padding: 5px; align-self: stretch; - /* width: 40%; */ - /* margin: 0 20px !important; */ width: 100%; padding: 5px 0; } @@ -350,12 +339,6 @@ header li:hover { margin-top: 3px; } -#filter-clear:hover { - color: #ffffff; - background-color: #6b6969; - border-radius: 20px; -} - .filtered ~ #filter-clear { display: block; }