]> BookStack Code Mirror - bookstack/commitdiff
Removed toolbar dialog background line
authorDan Brown <redacted>
Sat, 23 Jul 2022 09:43:47 +0000 (10:43 +0100)
committerDan Brown <redacted>
Sat, 23 Jul 2022 09:43:47 +0000 (10:43 +0100)
resources/sass/_tinymce.scss

index 0ee3fa40b235298e3ceaf0bf64ab4bb6456b050d..def1dfe19b216a1a01d4bcc59dd93067765a715c 100644 (file)
@@ -35,6 +35,11 @@ body.page-content.mce-content-body  {
   padding-bottom: 5rem;
 }
 
+// Remove svg background line in toolbar items
+.tox .tox-pop__dialog .tox-toolbar {
+  background: transparent !important;
+}
+
 // Center toolbar items
 .tox-toolbar__primary {
   justify-content: center;