remove commented code
This commit is contained in:
parent
b56474f222
commit
9ba0570a2a
4 changed files with 1 additions and 17 deletions
|
@ -53,10 +53,6 @@ $site-branding-height: 68px;
|
|||
|
||||
@include media( laptop-only ){ // TODO - use $navigation-max-break-point variable
|
||||
.primary-menu-container {
|
||||
/*background: var(--primary-nav--color-background);
|
||||
padding: var(--global--spacing-unit);
|
||||
top: $site-branding-height;*/
|
||||
|
||||
.admin-bar & {
|
||||
top: $site-branding-height + $admin-bar-height;
|
||||
}
|
||||
|
@ -93,8 +89,6 @@ $site-branding-height: 68px;
|
|||
|
||||
.primary-navigation > div > ul li, .woo-navigation > div > ul li {
|
||||
color: var(--global--color-secondary);
|
||||
//margin: 6px 8px;
|
||||
//padding: var(--social-nav--padding);
|
||||
|
||||
a:hover {
|
||||
border-color: transparent;
|
||||
|
|
|
@ -243,11 +243,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 829px) {
|
||||
.site-header .primary-navigation .primary-menu-container {
|
||||
/*background: var(--primary-nav--color-background);
|
||||
padding: var(--global--spacing-unit);
|
||||
top: $site-branding-height;*/
|
||||
}
|
||||
.admin-bar .site-header .primary-navigation .primary-menu-container {
|
||||
top: 114px;
|
||||
}
|
||||
|
|
|
@ -243,11 +243,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 829px) {
|
||||
.site-header .primary-navigation .primary-menu-container {
|
||||
/*background: var(--primary-nav--color-background);
|
||||
padding: var(--global--spacing-unit);
|
||||
top: $site-branding-height;*/
|
||||
}
|
||||
.admin-bar .site-header .primary-navigation .primary-menu-container {
|
||||
top: 114px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue