Skip to content

Commit

Permalink
モバイルフッターメニューサブメニューの不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 22, 2019
1 parent c9f2658 commit f214029
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion amp.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/admin.css
Expand Up @@ -1606,7 +1606,7 @@ https://codepen.io/nxworld/pen/oLdoWb
.admin-settings .demo .mobile-menu-buttons .menu-button { position: relative; width: 100%; cursor: pointer; }
.admin-settings .demo .mobile-menu-buttons .menu-button > a { display: block; color: #333; text-decoration: none; }
.admin-settings .demo .mobile-menu-buttons .menu-button:hover { background-color: #f5f8fa; transition: all 0.7s ease; color: #333; }
.admin-settings .demo .mobile-menu-buttons .sub-menu { display: none; }
.admin-settings .demo .mobile-menu-buttons > .sub-menu { display: none; }
.admin-settings .demo .mobile-menu-buttons .ad-area { display: none; }
.admin-settings .demo .navi-menu-icon::before { content: '\f0c9'; }
.admin-settings .demo .home-menu-icon::before { content: '\f015'; }
Expand Down Expand Up @@ -3137,7 +3137,7 @@ https://codepen.io/nxworld/pen/oLdoWb
.admin-settings .demo .mobile-menu-buttons .menu-button { position: relative; width: 100%; cursor: pointer; }
.admin-settings .demo .mobile-menu-buttons .menu-button > a { display: block; color: #333; text-decoration: none; }
.admin-settings .demo .mobile-menu-buttons .menu-button:hover { background-color: #f5f8fa; transition: all 0.7s ease; color: #333; }
.admin-settings .demo .mobile-menu-buttons .sub-menu { display: none; }
.admin-settings .demo .mobile-menu-buttons > .sub-menu { display: none; }
.admin-settings .demo .mobile-menu-buttons .ad-area { display: none; }
.admin-settings .demo .navi-menu-icon::before { content: '\f0c9'; }
.admin-settings .demo .home-menu-icon::before { content: '\f015'; }
Expand Down
2 changes: 1 addition & 1 deletion scss/mobile-menu-buttons.scss
Expand Up @@ -59,7 +59,7 @@
}
}

.sub-menu{
>.sub-menu{
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -6574,7 +6574,7 @@ div.fb-like-mobile {
transition: all 0.7s ease;
color: #333;
}
.mobile-menu-buttons .sub-menu {
.mobile-menu-buttons > .sub-menu {
display: none;
}
.mobile-menu-buttons .ad-area {
Expand Down

0 comments on commit f214029

Please sign in to comment.