Making WordPress.org

Changeset 11752


Ignore:
Timestamp:
04/05/2022 09:02:54 PM (3 years ago)
Author:
ocean90
Message:

Translate: Sync style overrides with changes in GlotPress 3.0.0-rc.3.

See #6246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11741 r11752  
    111111}
    112112
     113.gp-content .button:focus,
     114.gp-content .button:hover {
     115    text-decoration: none;
     116}
     117
    113118.gp-content a,
     119.gp-content .button.is-link,
    114120li>a,
    115121p a {
    116122    text-decoration: underline;
    117123    text-decoration-thickness: max(1px,0.063rem);
    118     text-underline-offset: 0.1em;
    119124}
    120125
     
    126131.gp-content a:active,
    127132.gp-content a:focus,
    128 .gp-content a:hover {
     133.gp-content a:hover,
     134.gp-content .button.is-link:focus,
     135.gp-content .button.is-link:hover {
    129136    text-decoration: underline;
    130     text-decoration-thickness: max(3px,0.188rem);
    131     text-decoration-skip-ink: none;
    132 }
    133 
    134 .gp-content .button:focus,
    135 .gp-content .button:hover {
    136     text-decoration: none;
    137 }
     137    text-decoration-thickness: max(2px,0.125rem);
     138}
     139
    138140
    139141.gp-content .button-group > .button {
     
    614616}
    615617
     618.original-tags > * {
     619    max-width: 100%;
     620}
     621
    616622ul a.edit,
    617623dt a.edit {
     
    682688    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    683689    white-space: pre-wrap;
    684 }
    685 
    686 .glossary-word {
    687     border: 0;
    688     text-decoration: underline;
    689     text-decoration-style: dashed;
    690     text-underline-offset: 2px;
    691     text-decoration-skip-ink: none;
    692     text-decoration-thickness: 1px;
    693690}
    694691
     
    11131110    font-size: 18px;
    11141111    font-weight: 600;
    1115     line-height: 1.3;
    11161112}
    11171113
Note: See TracChangeset for help on using the changeset viewer.