Make WordPress Core

Ticket #45429: 45429.patch

File 45429.patch, 945 bytes (added by laurelfulford, 6 years ago)
  • src/wp-content/themes/twentyfourteen/css/blocks.css

     
    221221/* Buttons */
    222222
    223223.wp-block-button .wp-block-button__link {
    224         background-color: #24890d;
    225224        border: 0;
    226225        border-radius: 2px;
    227         color: #fff;
    228226        font-size: 12px;
    229227        font-weight: 700;
    230228        line-height: 15px;
     
    233231        vertical-align: bottom;
    234232}
    235233
    236 .wp-block-button .wp-block-button__link:hover,
    237 .wp-block-button .wp-block-button__link:focus {
     234.wp-block-button__link {
     235        background-color: #24890d;
     236        color: #fff;
     237}
     238
     239.wp-block-button__link:hover,
     240.wp-block-button__link:focus {
    238241        background-color: #41a62a;
     242        color: #fff;
    239243}
    240244
    241 .wp-block-button .wp-block-button__link:active {
     245.wp-block-button__link:active {
    242246        background-color: #55d737;
    243247}
    244248