Skip to content

Commit 06bb34e

Browse files
authored
fix (posts block): also apply typography to the category container (#3547)
1 parent 46b43de commit 06bb34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/posts/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Typography.addStyles( blockStyles, {
330330
} )
331331

332332
Typography.addStyles( blockStyles, {
333-
selectorCallback: getAttribute => `.stk-block-posts__category a${ getAttribute( 'highlighted' )
333+
selectorCallback: getAttribute => `.stk-block-posts__category, .stk-block-posts__category a${ getAttribute( 'highlighted' )
334334
? ' .stk-button__inner-text'
335335
: '' }`,
336336
hoverSelectorCallback: getAttribute => {

0 commit comments

Comments
 (0)