fix wysiwyg dropdown styles (#4771)

This commit is contained in:
Nitwel
2021-03-31 15:39:25 +02:00
committed by GitHub
parent 2cfc2cb48e
commit 020f2c7294

View File

@@ -5,7 +5,6 @@
}
.tox .tox-tbtn {
width: 36px;
height: 36px;
margin: 0;
color: var(--foreground-normal);
@@ -267,6 +266,10 @@ body.dark .tox .tox-toolbar__overflow {
background-color: var(--background-normal-alt) !important;
}
.tox .tox-collection__item-label {
line-height: unset;
}
.tox .tox-textfield:focus,
.tox .tox-selectfield select:focus,
.tox .tox-textarea:focus {