File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
src/wp-content/themes/twentysixteen/css Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments