Skip to content

Commit

Permalink
Update file button hover status
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Nov 16, 2022
1 parent 38131e0 commit 1d6b08f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions blockbase/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,17 @@
"lineHeight": "var(--wp--custom--post-comment--typography--line-height)"
}
},
"core/file": {
"elements": {
"button": {
":hover": {
"typography": {
"textDecoration": "none"
}
}
}
}
},
"core/gallery": {
"spacing": {
"margin": {
Expand Down

0 comments on commit 1d6b08f

Please sign in to comment.