Ticket #45689: 45689.2.patch
File 45689.2.patch, 2.5 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
169 169 color: $color__background-body; 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; 174 175 -
src/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
45 45 } 46 46 } 47 47 48 .main-navigation .sub-menu a { 49 opacity: inherit; 50 } 51 48 52 /* add focus state to social media icons */ 49 53 .social-navigation a { 50 54 &:focus { -
src/wp-content/themes/twentynineteen/style-rtl.css
1190 1190 color: #fff; 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; 1195 1196 } … … 2156 2157 color: #fff; 2157 2158 } 2158 2159 2160 .site-header.featured-image .main-navigation .sub-menu a { 2161 opacity: inherit; 2162 } 2163 2159 2164 .site-header.featured-image .social-navigation a:focus { 2160 2165 color: #fff; 2161 2166 opacity: 1; -
src/wp-content/themes/twentynineteen/style.css
1190 1190 color: #fff; 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; 1195 1196 } … … 2162 2163 color: #fff; 2163 2164 } 2164 2165 2166 .site-header.featured-image .main-navigation .sub-menu a { 2167 opacity: inherit; 2168 } 2169 2165 2170 .site-header.featured-image .social-navigation a:focus { 2166 2171 color: #fff; 2167 2172 opacity: 1;