- Timestamp:
- 12/28/2018 06:11:45 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
r44149 r44368 170 170 display: block; 171 171 line-height: $font__line-height-heading; 172 text-shadow: none; 172 173 padding: calc( .5 * #{$size__spacing-unit} ) calc( 24px + #{$size__spacing-unit} ) calc( .5 * #{$size__spacing-unit} ) $size__spacing-unit; 173 174 white-space: nowrap; -
trunk/src/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
r44149 r44368 44 44 color: $color__background-body; 45 45 } 46 } 47 48 .main-navigation .sub-menu a { 49 opacity: inherit; 46 50 } 47 51 -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r44305 r44368 1191 1191 display: block; 1192 1192 line-height: 1.2; 1193 text-shadow: none; 1193 1194 padding: calc( .5 * 1rem) 1rem calc( .5 * 1rem) calc( 24px + 1rem); 1194 1195 white-space: nowrap; … … 2156 2157 .site-header.featured-image .site-featured-image a:focus + svg { 2157 2158 color: #fff; 2159 } 2160 2161 .site-header.featured-image .main-navigation .sub-menu a { 2162 opacity: inherit; 2158 2163 } 2159 2164 -
trunk/src/wp-content/themes/twentynineteen/style.css
r44322 r44368 1191 1191 display: block; 1192 1192 line-height: 1.2; 1193 text-shadow: none; 1193 1194 padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem; 1194 1195 white-space: nowrap; … … 2162 2163 .site-header.featured-image .site-featured-image a:focus + svg { 2163 2164 color: #fff; 2165 } 2166 2167 .site-header.featured-image .main-navigation .sub-menu a { 2168 opacity: inherit; 2164 2169 } 2165 2170
Note: See TracChangeset
for help on using the changeset viewer.