Skip to content

Commit 9e27a1b

Browse files
committed
Restore: Sync Gutenberg @ b79bbe25a1b00ce640bfab363f182c678181082f
See changelog in 5a8baa4 > Scripts: Remove default attributes from tags.
2 parents dcc4664 + 5a8baa4 commit 9e27a1b

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

src/wp-content/themes/twentysixteen/css/blocks.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ p.has-drop-cap:not(:focus)::first-letter {
7777
.wp-block-quote {
7878
border-width: 0 0 0 4px;
7979
}
80-
80+
8181
:where(.rtl) .wp-block-quote {
8282
border-width: 0 4px 0 0;
8383
}
@@ -106,11 +106,6 @@ p.has-drop-cap:not(:focus)::first-letter {
106106
color: inherit;
107107
}
108108

109-
.has-text-color .wp-block-quote:not(.has-text-color),
110-
.has-text-color .wp-block-quote:not(.has-text-color) cite {
111-
color: inherit;
112-
}
113-
114109
.wp-block-quote cite:before {
115110
content: "\2014\00a0";
116111
}

src/wp-content/themes/twentysixteen/css/editor-blocks.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ figure[class*="wp-block-"] > figcaption {
321321
margin-bottom: 1.4736842105em;
322322
}
323323

324-
.wp-block-quote__citation,
325-
.wp-block-quote cite {
324+
.wp-block-quote__citation {
326325
color: #1a1a1a;
327326
display: block;
328327
font-size: 16px;
@@ -334,11 +333,6 @@ figure[class*="wp-block-"] > figcaption {
334333
color: inherit;
335334
}
336335

337-
.has-text-color .wp-block-quote:not(.has-text-color),
338-
.has-text-color .wp-block-quote:not(.has-text-color) cite {
339-
color: inherit;
340-
}
341-
342336
.wp-block-quote__citation:before {
343337
content: "\2014\00a0";
344338
}
@@ -556,7 +550,7 @@ figure[class*="wp-block-"] > figcaption {
556550
.wp-block-pullquote[style*="font-size"] cite {
557551
font-size: inherit;
558552
}
559-
553+
560554
.wp-block-pullquote[style*="line-height"] blockquote,
561555
.wp-block-pullquote[style*="line-height"] blockquote p,
562556
.wp-block-pullquote[style*="line-height"] cite {

0 commit comments

Comments
 (0)