|
@@ -221,24 +221,27 @@ body.admin-bar .wp-site-blocks {
|
|
|
* Elements
|
|
|
* - Styles for basic HTML elemants
|
|
|
*/
|
|
|
-a {
|
|
|
+a,
|
|
|
+.wp-block-navigation a {
|
|
|
cursor: pointer;
|
|
|
text-underline-offset: 0.15em;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-a:hover, a:focus {
|
|
|
+a:hover, a:focus,
|
|
|
+.wp-block-navigation a:hover,
|
|
|
+.wp-block-navigation a:focus {
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
text-decoration-line: underline;
|
|
|
}
|
|
|
|
|
|
-.block-editor-block-list__layout a,
|
|
|
-.wp-block-post-content a {
|
|
|
+main.block-editor-block-list__layout a,
|
|
|
+.wp-block-post a {
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
text-decoration-line: underline;
|
|
|
}
|
|
|
-.block-editor-block-list__layout a:hover, .block-editor-block-list__layout a:focus,
|
|
|
-.wp-block-post-content a:hover,
|
|
|
-.wp-block-post-content a:focus {
|
|
|
+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;
|
|
|
}
|
|
|
|
|
@@ -514,7 +517,7 @@ input[type=checkbox] + label {
|
|
|
flex-wrap: nowrap;
|
|
|
}
|
|
|
.wp-block-navigation.blockbase-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
|
|
|
- row-gap: 0rem;
|
|
|
+ row-gap: 0;
|
|
|
}
|
|
|
.wp-block-navigation.blockbase-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item > a:hover {
|
|
|
-webkit-text-decoration-line: underline;
|
|
@@ -593,7 +596,7 @@ input[type=checkbox] + label {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
-p.has-drop-cap:not(:focus):first-letter {
|
|
|
+p.has-drop-cap:not(:focus)::first-letter {
|
|
|
font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
|
|
|
font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
|
|
|
margin: var(--wp--custom--paragraph--dropcap--margin);
|