Improve button class on wp-block-button

This commit is contained in:
Tetrakern 2024-03-03 14:13:12 +01:00
parent 478f46d1d6
commit 10369b9ce2
3 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -564,6 +564,15 @@ figure.wp-block-pullquote {
color: var(--button-primary-color-hover);
}
}
// Theme button style applied
&.button {
display: inline-flex;
a {
padding: 0 !important;
}
}
}
.wp-block-buttons > .wp-block-button {