From 456d36d5ee14242fdf45527ec8ee3831b9ebc3c6 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 8 Feb 2021 11:32:02 -0600 Subject: [PATCH] Hover cursor for disabled boxes forces to normal (#1603) Matches button behavior --- src/popup/scss/box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/popup/scss/box.scss b/src/popup/scss/box.scss index 34b6e363a2..91f8db1d5a 100644 --- a/src/popup/scss/box.scss +++ b/src/popup/scss/box.scss @@ -387,6 +387,7 @@ opacity: themed('disabledBoxOpacity'); } } + cursor: default !important; } }