We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b43de commit 06bb34eCopy full SHA for 06bb34e
src/block/posts/style.js
@@ -330,7 +330,7 @@ Typography.addStyles( blockStyles, {
330
} )
331
332
Typography.addStyles( blockStyles, {
333
- selectorCallback: getAttribute => `.stk-block-posts__category a${ getAttribute( 'highlighted' )
+ selectorCallback: getAttribute => `.stk-block-posts__category, .stk-block-posts__category a${ getAttribute( 'highlighted' )
334
? ' .stk-button__inner-text'
335
: '' }`,
336
hoverSelectorCallback: getAttribute => {
0 commit comments