add hover effect to thin button
This commit is contained in:
parent
c5878bc6b1
commit
dbe18296d5
@ -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;
|
||||
}
|
||||
'
|
||||
) );
|
||||
|
Loading…
Reference in New Issue
Block a user