Accessibility: Improve and modernize user interface controls: Revert the new links focus style.

Thew new dotted outline for the links focus style introduced in [46241] doesn't appear to be ready to guarantee a good indication of focus.
It was agreed to restore the previous links focus style and postpone exploration for a new style to the next release cycle.
Partially reverts [46241] and [46293].

See #34904, #47153.


git-svn-id: https://develop.svn.wordpress.org/trunk@46425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-10-07 19:55:58 +00:00
parent 86b0faf219
commit 5e943fad4a
4 changed files with 34 additions and 10 deletions
+2 -1
View File
@@ -176,7 +176,8 @@ body.js .theme-browser.search-loading {
}
.theme-browser .theme:focus {
outline: 1px dotted #555d66;
border-color: #5b9dd9;
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}
.theme-browser .theme:focus .more-details {