Set background on the dropdown toggle

Set the background to `$white` to stop Firefox falling back to the
default grey background for a button.
This commit is contained in:
Ian Oxley
2018-11-19 19:40:29 +00:00
parent c9d725ec20
commit fd13771088

View File

@@ -175,6 +175,7 @@
}
.task /deep/ .habitica-menu-dropdown .habitica-menu-dropdown-toggle {
background: $white;
border: 0;
border-radius: 0;
opacity: 0;