Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8f2211

Browse files
committed
Merge branch 'hotfix/1.7.4' into develop
2 parentsa32be3a +959879e commitc8f2211

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎_sass/_dl-menu.scss‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
border-radius:003px0;
4242
opacity:0.6;
4343
box-shadow:012px24pxrgba(#000,0.4);
44+
transition:0.4sease-in-out;
45+
46+
&:hover {
47+
opacity:1;
48+
}
4449

4550
@media#{$medium} {
4651
border-radius:3px;
@@ -66,10 +71,6 @@
6671
020px0#fff;
6772
}
6873

69-
button.dl-active {
70-
display:none;
71-
}
72-
7374
ul {
7475
padding:0;
7576
list-style:none;
@@ -144,7 +145,7 @@
144145
}
145146

146147
.dl-menu {
147-
margin:0;
148+
margin:5px000;
148149
position:relative;
149150
width:100%;
150151
max-height:90%;
@@ -196,7 +197,7 @@
196197
}
197198

198199
/*
199-
When a submenu isopenend, we will hide all li siblings.
200+
When a submenu isopened, we will hide all li siblings.
200201
For that we give a class to the parent menu called "dl-subview".
201202
We also hide the submenu link.
202203
The opened submenu will get the class "dl-subviewopen".

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp