From fd13771088c906c8e2cb2218cbc598623d2f5472 Mon Sep 17 00:00:00 2001 From: Ian Oxley Date: Mon, 19 Nov 2018 19:40:29 +0000 Subject: [PATCH] Set background on the dropdown toggle Set the background to `$white` to stop Firefox falling back to the default grey background for a button. --- website/client/components/tasks/task.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/components/tasks/task.vue b/website/client/components/tasks/task.vue index 7723eed98a..964dca1d0f 100644 --- a/website/client/components/tasks/task.vue +++ b/website/client/components/tasks/task.vue @@ -175,6 +175,7 @@ } .task /deep/ .habitica-menu-dropdown .habitica-menu-dropdown-toggle { + background: $white; border: 0; border-radius: 0; opacity: 0;