Skip to content

Commit

Permalink
feat: remove hover effect on nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
pritam248 committed Oct 27, 2020
1 parent 7a8a1dc commit 8756ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Common/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.lil-dropdown {
@apply lil-relative lil-inline-block;
}
.lil-dropdown:hover:before {
.lil-dropdown-open:before {
content: '';
transform: rotate(45deg);
/* for IE */
Expand All @@ -31,10 +31,10 @@
width: 350px;
@apply lil-fixed lil-hidden lil-pt-1 lil-rounded-lg lil-mt-1;
}
.lil-dropdown:hover .lil-dropdown-menu {
.lil-dropdown-open .lil-dropdown-menu {
@apply lil-block lil-z-30 lil-bg-white;
}
.lil-dropdown:hover .lil-dropdown-full-menu {
.lil-dropdown-open .lil-dropdown-full-menu {
/* for IE */
box-shadow: 0px 1px 2px 3px #CFD4DD;
/* */
Expand Down

0 comments on commit 8756ecc

Please sign in to comment.