Changeset 49988
- Timestamp:
- 01/20/2021 07:04:32 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
r49987 r49988 1299 1299 } 1300 1300 1301 button {1302 cursor: pointer;1303 }1304 1305 1301 .clear:before, 1306 1302 .clear:after, … … 2257 2253 } 2258 2254 2255 button { 2256 border: 3px solid transparent; 2257 border-radius: 0; 2258 cursor: pointer; 2259 display: block; 2260 font-weight: 500; 2261 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2262 font-size: 1.25rem; 2263 line-height: 1.5; 2264 padding: 15px 30px; 2265 text-decoration: none; 2266 } 2267 2259 2268 input[type=submit] { 2260 2269 border: 3px solid transparent; … … 2326 2335 } 2327 2336 2337 button:not(:hover):not(:active):not(.has-text-color) { 2338 color: #d1e4dd; 2339 } 2340 2328 2341 input[type=submit]:not(:hover):not(:active):not(.has-text-color) { 2329 2342 color: #d1e4dd; … … 2350 2363 } 2351 2364 2365 .has-background button:not(:hover):not(:active):not(.has-text-color) { 2366 color: #28303d; 2367 } 2368 2352 2369 .has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color) { 2353 2370 color: #28303d; … … 2371 2388 2372 2389 .has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background { 2390 color: #28303d; 2391 } 2392 2393 .has-background button:not(:hover):not(:active):not(.has-text-color).has-background { 2373 2394 color: #28303d; 2374 2395 } … … 2398 2419 } 2399 2420 2421 button:not(:hover):not(:active):not(.has-background) { 2422 background-color: #28303d; 2423 } 2424 2400 2425 input[type=submit]:not(:hover):not(:active):not(.has-background) { 2401 2426 background-color: #28303d; … … 2422 2447 } 2423 2448 2449 .has-background button:not(:hover):not(:active):not(.has-background) { 2450 background-color: #28303d; 2451 } 2452 2424 2453 .has-background input[type=submit]:not(:hover):not(:active):not(.has-background) { 2425 2454 background-color: #28303d; … … 2444 2473 .site .button:hover, 2445 2474 .site .button:active, 2475 button:hover, 2476 button:active, 2446 2477 input[type=submit]:hover, 2447 2478 input[type=submit]:active, … … 2460 2491 2461 2492 .site .button:focus, 2493 button:focus, 2462 2494 input[type=submit]:focus, 2463 2495 input[type=reset]:focus, … … 2470 2502 2471 2503 .site .button:disabled { 2504 background-color: rgba(255, 255, 255, 0.5); 2505 border-color: rgba(255, 255, 255, 0.5); 2506 color: #39414d; 2507 } 2508 2509 button:disabled { 2472 2510 background-color: rgba(255, 255, 255, 0.5); 2473 2511 border-color: rgba(255, 255, 255, 0.5); -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss
r49987 r49988 3 3 */ 4 4 .site .button, 5 button, 5 6 input[type="submit"], 6 7 input[type="reset"], -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r49987 r49988 1706 1706 */ 1707 1707 .site .button, 1708 button, 1708 1709 input[type=submit], 1709 1710 input[type=reset], … … 1724 1725 1725 1726 .site .button:not(:hover):not(:active):not(.has-text-color), 1727 button:not(:hover):not(:active):not(.has-text-color), 1726 1728 input[type=submit]:not(:hover):not(:active):not(.has-text-color), 1727 1729 input[type=reset]:not(:hover):not(:active):not(.has-text-color), … … 1733 1735 1734 1736 .has-background .site .button:not(:hover):not(:active):not(.has-text-color), 1737 .has-background button:not(:hover):not(:active):not(.has-text-color), 1735 1738 .has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color), 1736 1739 .has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color), … … 1742 1745 1743 1746 .has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background, 1747 .has-background button:not(:hover):not(:active):not(.has-text-color).has-background, 1744 1748 .has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background, 1745 1749 .has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background, … … 1751 1755 1752 1756 .site .button:not(:hover):not(:active):not(.has-background), 1757 button:not(:hover):not(:active):not(.has-background), 1753 1758 input[type=submit]:not(:hover):not(:active):not(.has-background), 1754 1759 input[type=reset]:not(:hover):not(:active):not(.has-background), … … 1760 1765 1761 1766 .has-background .site .button:not(:hover):not(:active):not(.has-background), 1767 .has-background button:not(:hover):not(:active):not(.has-background), 1762 1768 .has-background input[type=submit]:not(:hover):not(:active):not(.has-background), 1763 1769 .has-background input[type=reset]:not(:hover):not(:active):not(.has-background), … … 1770 1776 .site .button:hover, 1771 1777 .site .button:active, 1778 button:hover, 1779 button:active, 1772 1780 input[type=submit]:hover, 1773 1781 input[type=submit]:active, … … 1786 1794 1787 1795 .site .button:focus, 1796 button:focus, 1788 1797 input[type=submit]:focus, 1789 1798 input[type=reset]:focus, … … 1796 1805 1797 1806 .site .button:disabled, 1807 button:disabled, 1798 1808 input[type=submit]:disabled, 1799 1809 input[type=reset]:disabled, -
trunk/src/wp-content/themes/twentytwentyone/style.css
r49987 r49988 1716 1716 */ 1717 1717 .site .button, 1718 button, 1718 1719 input[type=submit], 1719 1720 input[type=reset], … … 1734 1735 1735 1736 .site .button:not(:hover):not(:active):not(.has-text-color), 1737 button:not(:hover):not(:active):not(.has-text-color), 1736 1738 input[type=submit]:not(:hover):not(:active):not(.has-text-color), 1737 1739 input[type=reset]:not(:hover):not(:active):not(.has-text-color), … … 1743 1745 1744 1746 .has-background .site .button:not(:hover):not(:active):not(.has-text-color), 1747 .has-background button:not(:hover):not(:active):not(.has-text-color), 1745 1748 .has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color), 1746 1749 .has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color), … … 1752 1755 1753 1756 .has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background, 1757 .has-background button:not(:hover):not(:active):not(.has-text-color).has-background, 1754 1758 .has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background, 1755 1759 .has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background, … … 1761 1765 1762 1766 .site .button:not(:hover):not(:active):not(.has-background), 1767 button:not(:hover):not(:active):not(.has-background), 1763 1768 input[type=submit]:not(:hover):not(:active):not(.has-background), 1764 1769 input[type=reset]:not(:hover):not(:active):not(.has-background), … … 1770 1775 1771 1776 .has-background .site .button:not(:hover):not(:active):not(.has-background), 1777 .has-background button:not(:hover):not(:active):not(.has-background), 1772 1778 .has-background input[type=submit]:not(:hover):not(:active):not(.has-background), 1773 1779 .has-background input[type=reset]:not(:hover):not(:active):not(.has-background), … … 1780 1786 .site .button:hover, 1781 1787 .site .button:active, 1788 button:hover, 1789 button:active, 1782 1790 input[type=submit]:hover, 1783 1791 input[type=submit]:active, … … 1796 1804 1797 1805 .site .button:focus, 1806 button:focus, 1798 1807 input[type=submit]:focus, 1799 1808 input[type=reset]:focus, … … 1806 1815 1807 1816 .site .button:disabled, 1817 button:disabled, 1808 1818 input[type=submit]:disabled, 1809 1819 input[type=reset]:disabled,
Note: See TracChangeset
for help on using the changeset viewer.