From 966bdffb12afdadf58d3be8767b4822175233364 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 5 Jan 2022 12:23:19 -0330 Subject: [PATCH] Fix `account-menu` styles lint failure (#13215) This error was introduced with #13100, which was merged without CI checks because CircleCI was not running on that branch for some reason. This error was fixed with `yarn lint:styles --fix`. --- ui/components/app/account-menu/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/app/account-menu/index.scss b/ui/components/app/account-menu/index.scss index 7a2f99044..e5baae78a 100644 --- a/ui/components/app/account-menu/index.scss +++ b/ui/components/app/account-menu/index.scss @@ -105,7 +105,7 @@ color: $white; padding: 3.5px 24px; width: 59px; - + &:hover { background-color: rgba($dusty-gray, 0.05); }