Skip to content

Commit

Permalink
adds the hover state to links to the client side elements API
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed May 26, 2022
1 parent c539d3c commit 6d24868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blocks/src/api/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const __EXPERIMENTAL_STYLE_PROPERTY = {

export const __EXPERIMENTAL_ELEMENTS = {
link: 'a',
'link:hover': 'a:hover',
h1: 'h1',
h2: 'h2',
h3: 'h3',
Expand Down

0 comments on commit 6d24868

Please sign in to comment.