mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user