Fix outline issue in Firefox

This commit is contained in:
Ian Oxley
2019-03-23 22:13:03 +00:00
parent 8fb0d0899d
commit 7835fe1deb

View File

@@ -30,10 +30,6 @@ A simplified dropdown component that doesn't rely on buttons as toggles like bo
.habitica-menu-dropdown.open {
&:focus {
outline: none;
.habitica-menu-dropdown-toggle {
outline: 1px dotted #fff;
}
}
}
}