add hover effect to thin button

This commit is contained in:
Aadil Ayub 2024-05-13 14:42:15 +05:00
parent c5878bc6b1
commit dbe18296d5

View File

@ -22,6 +22,10 @@ function lex_scotland_block_styles() {
color: var(--wp--preset--color--contrast);
border-radius: 0;
font-size: var(--wp--preset--font-size--small);
border: 1px solid var(--wp--preset--color--light-green);
}
.wp-block-button.is-style-thin .wp-element-button:hover {
border: 1px dashed;
}
'
) );