mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
add global active styling for buttons
This commit is contained in:
parent
fcc1dce3ce
commit
d050ee164f
@ -58,3 +58,8 @@ body {
|
||||
.ProseMirror:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.is-active {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user