8 lines
126 B
SCSS
8 lines
126 B
SCSS
|
.wc-block-text-toolbar-button {
|
||
|
&.is-toggled,
|
||
|
&.is-toggled:focus {
|
||
|
background: $core-grey-dark-500;
|
||
|
color: $white;
|
||
|
}
|
||
|
}
|