Fix current format status of text not displayed in text editor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e69e8a5044
commit
84009a9530
@ -643,3 +643,12 @@ onBeforeUnmount(() => {
|
||||
height: 0;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.menubar__button {
|
||||
@apply mx-0.5;
|
||||
}
|
||||
|
||||
.menubar__button.is-active {
|
||||
@apply bg-zinc-300 dark:bg-zinc-500;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user