|
@@ -239,31 +239,11 @@ See: https://github.com/Automattic/wp-calypso/issues/58958#issuecomment-10152637
|
|
|
*/
|
|
|
a,
|
|
|
.wp-block-navigation a {
|
|
|
- cursor: pointer;
|
|
|
text-underline-offset: 0.15em;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-a:hover, a:focus,
|
|
|
-.wp-block-navigation a:hover,
|
|
|
-.wp-block-navigation a:focus {
|
|
|
- -webkit-text-decoration-line: underline;
|
|
|
- text-decoration-line: underline;
|
|
|
-}
|
|
|
-
|
|
|
-main.block-editor-block-list__layout a,
|
|
|
-.wp-block-post a {
|
|
|
- -webkit-text-decoration-line: underline;
|
|
|
- text-decoration-line: underline;
|
|
|
-}
|
|
|
-main.block-editor-block-list__layout a:hover, main.block-editor-block-list__layout a:focus,
|
|
|
-.wp-block-post a:hover,
|
|
|
-.wp-block-post a:focus {
|
|
|
- text-decoration: none;
|
|
|
}
|
|
|
|
|
|
a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
|
|
|
- outline: 1px dotted currentColor;
|
|
|
- text-decoration: none;
|
|
|
+ outline: 1px dotted currentcolor;
|
|
|
}
|
|
|
|
|
|
input.wp-block-search__input,
|