Accessibility: Themes: Consistently use an underline for "Enable auto-updates" link and theme author link in theme overlay.
Props chetan200891, sabernhardt, afercia. Fixes #50697. Built from https://develop.svn.wordpress.org/trunk@48564 git-svn-id: http://core.svn.wordpress.org/trunk@48326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da43de528f
commit
6f0b8e2b2b
|
@ -250,7 +250,6 @@ body.js .theme-browser.search-loading {
|
||||||
|
|
||||||
.theme-browser .theme.display-author .theme-author a {
|
.theme-browser .theme.display-author .theme-author a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -680,11 +679,6 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-overlay .theme-author a,
|
|
||||||
.theme-overlay .theme-autoupdate a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-overlay .toggle-auto-update {
|
.theme-overlay .toggle-auto-update {
|
||||||
/* Better align spin icon and text. */
|
/* Better align spin icon and text. */
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
@ -694,6 +688,14 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-overlay .theme-autoupdate .toggle-auto-update {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-overlay .theme-autoupdate .toggle-auto-update .label {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-overlay .theme-description {
|
.theme-overlay .theme-description {
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -249,7 +249,6 @@ body.js .theme-browser.search-loading {
|
||||||
|
|
||||||
.theme-browser .theme.display-author .theme-author a {
|
.theme-browser .theme.display-author .theme-author a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -679,11 +678,6 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-overlay .theme-author a,
|
|
||||||
.theme-overlay .theme-autoupdate a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-overlay .toggle-auto-update {
|
.theme-overlay .toggle-auto-update {
|
||||||
/* Better align spin icon and text. */
|
/* Better align spin icon and text. */
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
@ -693,6 +687,14 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-overlay .theme-autoupdate .toggle-auto-update {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-overlay .theme-autoupdate .toggle-auto-update .label {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-overlay .theme-description {
|
.theme-overlay .theme-description {
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-beta3-48563';
|
$wp_version = '5.5-beta3-48564';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue