Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-07-19 16:59:50 +0300
committerMichael Rose <est.michael@gmail.com>2016-07-19 16:59:50 +0300
commitcf34cc79f98fa4ae525fabfe12e51fea6eb861f7 (patch)
treef2a4a993e104329172be1066e9224a489e016200
parente4462f20efadc113c3cb35fd733018de837eeda4 (diff)
parent959879ef53d7e510355d2a956e7291a68a041241 (diff)
Merge branch 'hotfix/1.7.4'1.7.4
-rw-r--r--_sass/_dl-menu.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/_sass/_dl-menu.scss b/_sass/_dl-menu.scss
index 8869c31..04de01a 100644
--- a/_sass/_dl-menu.scss
+++ b/_sass/_dl-menu.scss
@@ -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;
@@ -66,10 +71,6 @@
0 20px 0 #fff;
}
- button.dl-active {
- display: none;
- }
-
ul {
padding: 0;
list-style: none;
@@ -144,7 +145,7 @@
}
.dl-menu {
- margin: 0;
+ margin: 5px 0 0 0;
position: relative;
width: 100%;
max-height: 90%;
@@ -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".