Skip to content

Commit

Permalink
Fixed selector to the proper one
Browse files Browse the repository at this point in the history
  • Loading branch information
krokiet committed Dec 12, 2018
1 parent 517a1cc commit 56cae6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bdml/css/bdml-drop-down-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
}

.bdml-horizontal-dropdown-menu > li:focus ul,
.bdml-horizontal-dropdown-menu > li:focus-within ul,
.bdml-horizontal-dropdown-menu > li:hover ul {
visibility: visible;
opacity: 1;
Expand All @@ -39,7 +40,7 @@
transition-delay: 0s, 0s, 0.3s;
}

.bdml-horizontal-dropdown-menu > li:hover ul {
.bdml-horizontal-dropdown-menu > li:focus-within ul {
visibility: visible;
opacity: 1;
z-index: 1;
Expand Down

0 comments on commit 56cae6e

Please sign in to comment.