Changeset 44427
- Timestamp:
- 01/07/2019 04:01:23 PM (4 years ago)
- Location:
- branches/5.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
r44426 r44427 203 203 display: block; 204 204 line-height: $font__line-height-heading; 205 text-shadow: none; 205 206 padding: calc( .5 * #{$size__spacing-unit} ) calc( 24px + #{$size__spacing-unit} ) calc( .5 * #{$size__spacing-unit} ) $size__spacing-unit; 206 207 white-space: nowrap; -
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
r43892 r44427 44 44 color: $color__background-body; 45 45 } 46 } 47 48 .main-navigation .sub-menu a { 49 opacity: inherit; 46 50 } 47 51 -
branches/5.0/src/wp-content/themes/twentynineteen/style-rtl.css
r44426 r44427 1222 1222 display: block; 1223 1223 line-height: 1.2; 1224 text-shadow: none; 1224 1225 padding: calc( .5 * 1rem) 1rem calc( .5 * 1rem) calc( 24px + 1rem); 1225 1226 white-space: nowrap; … … 2194 2195 .site-header.featured-image .site-featured-image a:focus + svg { 2195 2196 color: #fff; 2197 } 2198 2199 .site-header.featured-image .main-navigation .sub-menu a { 2200 opacity: inherit; 2196 2201 } 2197 2202 -
branches/5.0/src/wp-content/themes/twentynineteen/style.css
r44426 r44427 1222 1222 display: block; 1223 1223 line-height: 1.2; 1224 text-shadow: none; 1224 1225 padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem; 1225 1226 white-space: nowrap; … … 2200 2201 .site-header.featured-image .site-featured-image a:focus + svg { 2201 2202 color: #fff; 2203 } 2204 2205 .site-header.featured-image .main-navigation .sub-menu a { 2206 opacity: inherit; 2202 2207 } 2203 2208
Note: See TracChangeset
for help on using the changeset viewer.