From 930fcf92504ec68840b655d09b6d7c6182a38803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= <6401250+datitisev@users.noreply.github.com> Date: Wed, 27 Jan 2021 08:04:19 -0500 Subject: [PATCH] Make disabled extension dot a red border instead of red background (#2562) --- less/admin/AdminNav.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/admin/AdminNav.less b/less/admin/AdminNav.less index bafdbca7d..4c15cf427 100644 --- a/less/admin/AdminNav.less +++ b/less/admin/AdminNav.less @@ -218,5 +218,6 @@ background-color: #2ECC40; } .ExtensionListItem-Dot.disabled { - background-color: #FF4136; + border: 2px solid #FF4136; + box-sizing: border-box; }