Make WordPress Core

Ticket #52432: 52432.patch

File 52432.patch, 6.2 KB (added by poena, 2 years ago)

Remove display:block from the inner button block

  • wp-content/themes/twentytwentyone/assets/css/ie-editor.css

     
    391391        border: 3px solid transparent;
    392392        border-radius: 0;
    393393        cursor: pointer;
    394         display: block;
    395394        font-weight: 500;
    396395        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    397396        font-size: 1.25rem;
     
    890889        border: 3px solid transparent;
    891890        border-radius: 0;
    892891        cursor: pointer;
    893         display: block;
    894892        font-weight: 500;
    895893        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    896894        font-size: 1.25rem;
     
    23132311        border: 3px solid transparent;
    23142312        border-radius: 0;
    23152313        cursor: pointer;
    2316         display: block;
    23172314        font-weight: 500;
    23182315        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    23192316        font-size: 1.25rem;
  • wp-content/themes/twentytwentyone/assets/css/ie.css

     
    22472247        border: 3px solid transparent;
    22482248        border-radius: 0;
    22492249        cursor: pointer;
    2250         display: block;
    22512250        font-weight: 500;
    22522251        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    22532252        font-size: 1.25rem;
     
    22602259        border: 3px solid transparent;
    22612260        border-radius: 0;
    22622261        cursor: pointer;
    2263         display: block;
    22642262        font-weight: 500;
    22652263        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    22662264        font-size: 1.25rem;
     
    22732271        border: 3px solid transparent;
    22742272        border-radius: 0;
    22752273        cursor: pointer;
    2276         display: block;
    22772274        font-weight: 500;
    22782275        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    22792276        font-size: 1.25rem;
     
    22862283        border: 3px solid transparent;
    22872284        border-radius: 0;
    22882285        cursor: pointer;
    2289         display: block;
    22902286        font-weight: 500;
    22912287        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    22922288        font-size: 1.25rem;
     
    22992295        border: 3px solid transparent;
    23002296        border-radius: 0;
    23012297        cursor: pointer;
    2302         display: block;
    23032298        font-weight: 500;
    23042299        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    23052300        font-size: 1.25rem;
     
    23122307        border: 3px solid transparent;
    23132308        border-radius: 0;
    23142309        cursor: pointer;
    2315         display: block;
    23162310        font-weight: 500;
    23172311        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    23182312        font-size: 1.25rem;
     
    23252319        border: 3px solid transparent;
    23262320        border-radius: 0;
    23272321        cursor: pointer;
    2328         display: block;
    23292322        font-weight: 500;
    23302323        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    23312324        font-size: 1.25rem;
  • wp-content/themes/twentytwentyone/assets/css/style-editor.css

     
    531531        border: var(--button--border-width) solid transparent;
    532532        border-radius: var(--button--border-radius);
    533533        cursor: pointer;
    534         display: block;
    535534        font-weight: var(--button--font-weight);
    536535        font-family: var(--button--font-family);
    537536        font-size: var(--button--font-size);
     
    884883        border: var(--button--border-width) solid transparent;
    885884        border-radius: var(--button--border-radius);
    886885        cursor: pointer;
    887         display: block;
    888886        font-weight: var(--button--font-weight);
    889887        font-family: var(--button--font-family);
    890888        font-size: var(--button--font-size);
     
    18231821        border: var(--button--border-width) solid transparent;
    18241822        border-radius: var(--button--border-radius);
    18251823        cursor: pointer;
    1826         display: block;
    18271824        font-weight: var(--button--font-weight);
    18281825        font-family: var(--button--font-family);
    18291826        font-size: var(--button--font-size);
  • wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss

     
    2323        border: var(--button--border-width) solid transparent;
    2424        border-radius: var(--button--border-radius);
    2525        cursor: pointer;
    26         display: block;
    2726        font-weight: var(--button--font-weight);
    2827        font-family: var(--button--font-family);
    2928        font-size: var(--button--font-size);
  • wp-content/themes/twentytwentyone/style-rtl.css

     
    17181718        border: var(--button--border-width) solid transparent;
    17191719        border-radius: var(--button--border-radius);
    17201720        cursor: pointer;
    1721         display: block;
    17221721        font-weight: var(--button--font-weight);
    17231722        font-family: var(--button--font-family);
    17241723        font-size: var(--button--font-size);
  • wp-content/themes/twentytwentyone/style.css

     
    17281728        border: var(--button--border-width) solid transparent;
    17291729        border-radius: var(--button--border-radius);
    17301730        cursor: pointer;
    1731         display: block;
    17321731        font-weight: var(--button--font-weight);
    17331732        font-family: var(--button--font-family);
    17341733        font-size: var(--button--font-size);