Changeset 43860 for branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
- Timestamp:
- 11/02/2018 11:52:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
r43842 r43860 68 68 } 69 69 70 &:not(:last-child) { 71 72 .mobile-submenu-expand, 73 .desktop-submenu-expand { 74 margin-right: #{0.5 * $size__spacing-unit}; 75 } 70 .mobile-submenu-expand, 71 .desktop-submenu-expand { 72 margin-right: #{0.5 * $size__spacing-unit}; 76 73 } 77 74 } … … 128 125 } 129 126 130 &:not(:last-child) { 131 132 .mobile-submenu-expand, 133 .desktop-submenu-expand { 134 margin-right: 0; 135 } 127 .mobile-submenu-expand, 128 .desktop-submenu-expand { 129 margin-right: 0; 136 130 } 137 131 … … 207 201 .main-menu .menu-item-has-children .sub-menu:hover, 208 202 .main-menu .menu-item-has-children .sub-menu:focus { 209 display: table;210 margin-top: 0;211 opacity: 1;212 213 203 /* Non-mobile position */ 214 204 @include media(tablet) { 205 display: table; 206 margin-top: 0; 207 opacity: 1; 215 208 position: absolute; 216 209 left: 0;
Note: See TracChangeset
for help on using the changeset viewer.