Files
openfoodnetwork/app/webpacker/css/admin/trix.scss
Jean-Baptiste Bellet 16256ee114 Order and Unordered list should have a margin-left set
Has been reset to 0 via `typography.scss`
2023-06-12 16:58:00 +02:00

23 lines
287 B
SCSS

trix-toolbar [data-trix-button-group="file-tools"] {
display: none;
}
trix-editor {
ol,
ul {
margin-left: 1.5em;
}
}
trix-toolbar .trix-button {
background-color: transparent;
&:hover {
background-color: transparent;
}
&:disabled {
cursor: default;
}
}