Make WordPress Core

Changeset 48564


Ignore:
Timestamp:
07/22/2020 12:17:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Themes: Consistently use an underline for "Enable auto-updates" link and theme author link in theme overlay.

Props chetan200891, sabernhardt, afercia.
Fixes #50697.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r48418 r48564  
    250250.theme-browser .theme.display-author .theme-author a {
    251251    color: inherit;
    252     text-decoration: none;
    253252}
    254253
     
    680679}
    681680
    682 .theme-overlay .theme-author a,
    683 .theme-overlay .theme-autoupdate a {
    684     text-decoration: none;
    685 }
    686 
    687681.theme-overlay .toggle-auto-update {
    688682    /* Better align spin icon and text. */
     
    692686    min-height: 20px; /* Same height as the spinning dashicon. */
    693687    vertical-align: top;
     688}
     689
     690.theme-overlay .theme-autoupdate .toggle-auto-update {
     691    text-decoration: none;
     692}
     693
     694.theme-overlay .theme-autoupdate .toggle-auto-update .label {
     695    text-decoration: underline;
    694696}
    695697
Note: See TracChangeset for help on using the changeset viewer.