Make WordPress Core

Ticket #56290: fix-buttons-custom-colors.patch

File fix-buttons-custom-colors.patch, 4.2 KB (added by system909, 2 years ago)
  • src/wp-content/themes/twentytwelve/css/blocks.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    255255        padding: 0.428571429rem 0.714285714rem;
    256256}
    257257
    258 .entry-content .wp-block-button__link,
    259 .entry-content .wp-block-button__link:visited {
     258 .wp-block-button__link,
     259 .wp-block-button__link:visited {
    260260        background-color: #e6e6e6;
    261261        color: #7c7c7c;
    262262}
    263263
    264264.wp-block-button.is-style-outline .wp-block-button__link,
    265265.wp-block-button.is-style-outline .wp-block-button__link:visited {
    266         background-color: inherit;
    267266        border-color: inherit;
    268267}
    269268
    270 .entry-content .wp-block-button__link:hover,
    271 .entry-content .wp-block-button__link:visited:hover,
    272 .entry-content .wp-block-button__link:focus {
     269 .wp-block-button__link:hover,
     270 .wp-block-button__link:visited:hover,
     271 .wp-block-button__link:focus {
    273272        background-color: #ebebeb;
    274273        color: #5e5e5e;
    275274}
    276275
    277 .entry-content .wp-block-button__link:active {
     276 .wp-block-button__link:active {
    278277        background-color: #e1e1e1;
    279278        color: #757575;
    280279}
     
    3923916.0 Blocks - Colors
    393392--------------------------------------------------------------*/
    394393
    395 .entry-content .has-blue-color,
    396 .entry-content .has-blue-color:visited {
     394 .has-blue-color,
     395/*.widget_block .has-blue-color,*/
     396 .has-blue-color:visited
     397/*.widget_block .has-blue-color:visited*/ {
    397398        color: #21759b;
    398399}
    399400
    400 .entry-content .has-blue-background-color,
    401 .entry-content .has-blue-background-color:visited {
     401 .has-blue-background-color,
     402/*.widget_block .has-blue-background-color,*/
     403 .has-blue-background-color:visited
     404/*.widget_block .has-blue-background-color:visited*/ {
    402405        background-color: #21759b;
    403406}
    404407
    405 .entry-content .has-dark-gray-color,
    406 .entry-content .has-dark-gray-color:visited {
     408 .has-dark-gray-color,
     409/*.widget_block .has-dark-gray-color,*/
     410 .has-dark-gray-color:visited
     411/*.widget_block .has-dark-gray-color:visited*/ {
    407412        color: #373737;
    408413}
    409414
    410 .entry-content .has-dark-gray-background-color,
    411 .entry-content .has-dark-gray-background-color:visited {
     415 .has-dark-gray-background-color,
     416 .has-dark-gray-background-color:visited {
    412417        background-color: #373737;
    413418}
    414419
    415 .entry-content .has-medium-gray-color,
    416 .entry-content .has-medium-gray-color:visited {
     420 .has-medium-gray-color,
     421 .has-medium-gray-color:visited {
    417422        color: #9f9f9f;
    418423}
    419424
    420 .entry-content .has-medium-gray-background-color,
    421 .entry-content .has-medium-gray-background-color:visited {
     425 .has-medium-gray-background-color,
     426 .has-medium-gray-background-color:visited {
    422427        background-color: #9f9f9f;
    423428}
    424429
    425 .entry-content .has-light-gray-color,
    426 .entry-content .has-light-gray-color:visited {
     430 .has-light-gray-color,
     431 .has-light-gray-color:visited {
    427432        color: #e6e6e6;
    428433}
    429434
    430 .entry-content .has-light-gray-background-color,
    431 .entry-content .has-light-gray-background-color:visited {
     435 .has-light-gray-background-color,
     436 .has-light-gray-background-color:visited {
    432437        background-color: #e6e6e6;
    433438}
    434439
    435 .entry-content .has-white-color,
    436 .entry-content .has-white-color:visited {
     440 .has-white-color,
     441 .has-white-color:visited {
    437442        color: #fff;
    438443}
    439444
    440 .entry-content .has-white-background-color,
    441 .entry-content .has-white-background-color:visited {
     445 .has-white-background-color,
     446 .has-white-background-color:visited {
    442447        background-color: #fff;
    443448}
  • src/wp-content/themes/twentytwelve/style.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    662662        margin-left: 36px;
    663663        margin-left: 2.571428571rem;
    664664}
    665 .widget-area .widget a {
     665.widget-area .widget a:not(.wp-block-button__link) {
    666666        color: #757575;
    667667}
    668 .widget-area .widget a:hover {
     668.widget-area .widget a:not(.wp-block-button__link):hover {
    669669        color: #21759b;
    670670}
    671 .widget-area .widget a:visited {
     671.widget-area .widget a:not(.wp-block-button__link):visited {
    672672        color: #9f9f9f;
    673673}
    674674.widget-area #s {