Commit 2d506d23 authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

Accessibility: Themes: Consistently use an underline for "Enable auto-updates"...

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: https://core.svn.wordpress.org/trunk@48326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 22499415
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -250,7 +250,6 @@ body.js .theme-browser.search-loading {

.theme-browser .theme.display-author .theme-author a {
	color: inherit;
	text-decoration: none;
}

/**
@@ -680,11 +679,6 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
	line-height: inherit;
}

.theme-overlay .theme-author a,
.theme-overlay .theme-autoupdate a {
	text-decoration: none;
}

.theme-overlay .toggle-auto-update {
	/* Better align spin icon and text. */
	display: inline-flex;
@@ -694,6 +688,14 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
	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 {
	color: #555;
	font-size: 15px;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+8 −6
Original line number Diff line number Diff line
@@ -249,7 +249,6 @@ body.js .theme-browser.search-loading {

.theme-browser .theme.display-author .theme-author a {
	color: inherit;
	text-decoration: none;
}

/**
@@ -679,11 +678,6 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
	line-height: inherit;
}

.theme-overlay .theme-author a,
.theme-overlay .theme-autoupdate a {
	text-decoration: none;
}

.theme-overlay .toggle-auto-update {
	/* Better align spin icon and text. */
	display: inline-flex;
@@ -693,6 +687,14 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
	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 {
	color: #555;
	font-size: 15px;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 *
 * @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.