Ticket #52432: 52432.patch
File 52432.patch, 6.2 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwentyone/assets/css/ie-editor.css
391 391 border: 3px solid transparent; 392 392 border-radius: 0; 393 393 cursor: pointer; 394 display: block;395 394 font-weight: 500; 396 395 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 397 396 font-size: 1.25rem; … … 890 889 border: 3px solid transparent; 891 890 border-radius: 0; 892 891 cursor: pointer; 893 display: block;894 892 font-weight: 500; 895 893 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 896 894 font-size: 1.25rem; … … 2313 2311 border: 3px solid transparent; 2314 2312 border-radius: 0; 2315 2313 cursor: pointer; 2316 display: block;2317 2314 font-weight: 500; 2318 2315 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2319 2316 font-size: 1.25rem; -
wp-content/themes/twentytwentyone/assets/css/ie.css
2247 2247 border: 3px solid transparent; 2248 2248 border-radius: 0; 2249 2249 cursor: pointer; 2250 display: block;2251 2250 font-weight: 500; 2252 2251 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2253 2252 font-size: 1.25rem; … … 2260 2259 border: 3px solid transparent; 2261 2260 border-radius: 0; 2262 2261 cursor: pointer; 2263 display: block;2264 2262 font-weight: 500; 2265 2263 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2266 2264 font-size: 1.25rem; … … 2273 2271 border: 3px solid transparent; 2274 2272 border-radius: 0; 2275 2273 cursor: pointer; 2276 display: block;2277 2274 font-weight: 500; 2278 2275 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2279 2276 font-size: 1.25rem; … … 2286 2283 border: 3px solid transparent; 2287 2284 border-radius: 0; 2288 2285 cursor: pointer; 2289 display: block;2290 2286 font-weight: 500; 2291 2287 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2292 2288 font-size: 1.25rem; … … 2299 2295 border: 3px solid transparent; 2300 2296 border-radius: 0; 2301 2297 cursor: pointer; 2302 display: block;2303 2298 font-weight: 500; 2304 2299 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2305 2300 font-size: 1.25rem; … … 2312 2307 border: 3px solid transparent; 2313 2308 border-radius: 0; 2314 2309 cursor: pointer; 2315 display: block;2316 2310 font-weight: 500; 2317 2311 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2318 2312 font-size: 1.25rem; … … 2325 2319 border: 3px solid transparent; 2326 2320 border-radius: 0; 2327 2321 cursor: pointer; 2328 display: block;2329 2322 font-weight: 500; 2330 2323 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2331 2324 font-size: 1.25rem; -
wp-content/themes/twentytwentyone/assets/css/style-editor.css
531 531 border: var(--button--border-width) solid transparent; 532 532 border-radius: var(--button--border-radius); 533 533 cursor: pointer; 534 display: block;535 534 font-weight: var(--button--font-weight); 536 535 font-family: var(--button--font-family); 537 536 font-size: var(--button--font-size); … … 884 883 border: var(--button--border-width) solid transparent; 885 884 border-radius: var(--button--border-radius); 886 885 cursor: pointer; 887 display: block;888 886 font-weight: var(--button--font-weight); 889 887 font-family: var(--button--font-family); 890 888 font-size: var(--button--font-size); … … 1823 1821 border: var(--button--border-width) solid transparent; 1824 1822 border-radius: var(--button--border-radius); 1825 1823 cursor: pointer; 1826 display: block;1827 1824 font-weight: var(--button--font-weight); 1828 1825 font-family: var(--button--font-family); 1829 1826 font-size: var(--button--font-size); -
wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss
23 23 border: var(--button--border-width) solid transparent; 24 24 border-radius: var(--button--border-radius); 25 25 cursor: pointer; 26 display: block;27 26 font-weight: var(--button--font-weight); 28 27 font-family: var(--button--font-family); 29 28 font-size: var(--button--font-size); -
wp-content/themes/twentytwentyone/style-rtl.css
1718 1718 border: var(--button--border-width) solid transparent; 1719 1719 border-radius: var(--button--border-radius); 1720 1720 cursor: pointer; 1721 display: block;1722 1721 font-weight: var(--button--font-weight); 1723 1722 font-family: var(--button--font-family); 1724 1723 font-size: var(--button--font-size); -
wp-content/themes/twentytwentyone/style.css
1728 1728 border: var(--button--border-width) solid transparent; 1729 1729 border-radius: var(--button--border-radius); 1730 1730 cursor: pointer; 1731 display: block;1732 1731 font-weight: var(--button--font-weight); 1733 1732 font-family: var(--button--font-family); 1734 1733 font-size: var(--button--font-size);