Fix :focus CSS for the dropdown menu

Add `:focus` style to the `.habitica-menu-dropdown` class, instead of
the `.habitica-menu-dropdown-toggle` class.
This commit is contained in:
Ian Oxley
2018-11-26 22:31:57 +00:00
parent fd13771088
commit 53d8d2fc6a

View File

@@ -183,7 +183,7 @@
transition: opacity 0.15s ease-in;
}
.task /deep/ .habitica-menu-dropdown .habitica-menu-dropdown-toggle:focus,
.task /deep/ .habitica-menu-dropdown:focus .habitica-menu-dropdown-toggle,
.task:hover /deep/ .habitica-menu-dropdown .habitica-menu-dropdown-toggle {
opacity: 1;
}