From d050ee164fcb8e3d6af1daf35032f5fed0ab35f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 25 Aug 2021 21:18:36 +0200 Subject: [PATCH] add global active styling for buttons --- demos/setup/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/setup/style.scss b/demos/setup/style.scss index c19465f39..06d2126fc 100644 --- a/demos/setup/style.scss +++ b/demos/setup/style.scss @@ -58,3 +58,8 @@ body { .ProseMirror:focus { outline: none; } + +.is-active { + background: black; + color: white; +}