Changeset 49914
- Timestamp:
- 12/31/2020 07:36:24 AM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r49873 r49914 6794 6794 } 6795 6795 6796 .primary-navigation > div > .menu-wrapper li:last-child (){6796 .primary-navigation > div > .menu-wrapper li:last-child { 6797 6797 margin-right: 0; 6798 6798 } … … 7050 7050 @media only screen and (max-width: 481px) { 7051 7051 7052 .primary-navigation .sub-menu .menu-item:last-child (){7052 .primary-navigation .sub-menu .menu-item:last-child { 7053 7053 margin-bottom: 0; 7054 7054 } -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
r49726 r49914 223 223 width: inherit; 224 224 225 &:last-child (){225 &:last-child { 226 226 margin-right: 0; 227 227 } … … 457 457 @include media(mobile-only) { 458 458 459 &:last-child (){459 &:last-child { 460 460 margin-bottom: 0; 461 461 } -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r49873 r49914 4856 4856 } 4857 4857 4858 .primary-navigation > div > .menu-wrapper li:last-child (){4858 .primary-navigation > div > .menu-wrapper li:last-child { 4859 4859 margin-left: 0; 4860 4860 } … … 5063 5063 @media only screen and (max-width: 481px) { 5064 5064 5065 .primary-navigation .sub-menu .menu-item:last-child (){5065 .primary-navigation .sub-menu .menu-item:last-child { 5066 5066 margin-bottom: 0; 5067 5067 } -
trunk/src/wp-content/themes/twentytwentyone/style.css
r49873 r49914 4876 4876 } 4877 4877 4878 .primary-navigation > div > .menu-wrapper li:last-child (){4878 .primary-navigation > div > .menu-wrapper li:last-child { 4879 4879 margin-right: 0; 4880 4880 } … … 5099 5099 @media only screen and (max-width: 481px) { 5100 5100 5101 .primary-navigation .sub-menu .menu-item:last-child (){5101 .primary-navigation .sub-menu .menu-item:last-child { 5102 5102 margin-bottom: 0; 5103 5103 }
Note: See TracChangeset
for help on using the changeset viewer.