From 0678a6b302f32914dddc89d149d6fa9ac95cee46 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Mon, 17 Sep 2018 23:05:15 -0500 Subject: [PATCH] Remove unnecessary css --- manage/config-dialog.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/manage/config-dialog.css b/manage/config-dialog.css index da1fd7d0..abdcd89d 100644 --- a/manage/config-dialog.css +++ b/manage/config-dialog.css @@ -107,16 +107,6 @@ line-height: 22px; } -.current-range:before { - content: attr(data-min); - padding-right: .25em; -} - -.current-range:after { - content: attr(data-max); - padding-left: .25em; -} - .config-body label:not(.nondefault) .config-reset-icon { visibility: hidden; }