Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jul 19, 2016
2 parents e4462f2 + 959879e commit cf34cc7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions _sass/_dl-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
border-radius: 0 0 3px 0;
opacity: 0.6;
box-shadow: 0 12px 24px rgba(#000,0.4);
transition: 0.4s ease-in-out;

&:hover {
opacity: 1;
}

@media #{$medium} {
border-radius: 3px;
Expand All @@ -66,10 +71,6 @@
0 20px 0 #fff;
}

button.dl-active {
display: none;
}

ul {
padding: 0;
list-style: none;
Expand Down Expand Up @@ -144,7 +145,7 @@
}

.dl-menu {
margin: 0;
margin: 5px 0 0 0;
position: relative;
width: 100%;
max-height: 90%;
Expand Down Expand Up @@ -196,7 +197,7 @@
}

/*
When a submenu is openend, we will hide all li siblings.
When a submenu is opened, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
Expand Down

0 comments on commit cf34cc7

Please sign in to comment.