From 6f3a36555b73a9b8196c916c8e9f59ab0f30b8d6 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Wed, 13 Feb 2019 22:25:28 -0500 Subject: [PATCH] Disabled cursor and delete leftover code --- popup/popup.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index bb3d4c49..17a3e693 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -296,10 +296,6 @@ a.configure[target="_blank"] .svg-icon.config { margin-top: 1px; } -.svg-icon.config { - width: 16px; -} - .not-applied .checker, .not-applied .style-name, .not-applied .actions > * { @@ -370,6 +366,7 @@ a.configure[target="_blank"] .svg-icon.config { .entry .menu-item.disabled { opacity: 0.5; background-color: transparent; + cursor: default; } /* checkbox */