add hover effect to outline button style

This commit is contained in:
Aadil Ayub 2024-05-13 14:59:25 +05:00
parent dbe18296d5
commit c8e4131ac3

View File

@ -294,7 +294,11 @@
"fontWeight": "700" "fontWeight": "700"
} }
}, },
"core/buttons": {
"css": "& .wp-block-button__link { transition: all 0.25s ease-in-out; }\n& .wp-block-button.is-style-outline .wp-block-button__link:hover { box-shadow: rgb(51, 51, 51) -4px 4px 0px 1px; }"
},
"core/button": { "core/button": {
"css": "",
"variations": { "variations": {
"fill": { "fill": {
"color": { "color": {