mirror of
https://github.com/directus/directus.git
synced 2026-02-01 15:34:57 -05:00
fix wysiwyg dropdown styles (#4771)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user