Accessibility: Themes: Consistently use an underline for "Enable auto-updates" link and theme author link in theme overlay.
Props chetan200891, sabernhardt, afercia. Fixes #50697. git-svn-id: https://develop.svn.wordpress.org/trunk@48564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d6c7a479f4
commit
60dc387ce9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user