Anki/qt/aqt/data/web/css/editable.scss
Henrik Giesel 61346cf1f7 Rename editingContainer -> editingArea; editingArea -> editable
* Custom elements are now namespaces with `anki-`
* The element names are inspired by summernote, which have the same
  naming scheme of "editingArea > editable"
2021-01-29 20:32:21 +01:00

19 lines
298 B
SCSS

anki-editable {
display: block;
overflow-wrap: break-word;
overflow: auto;
padding: 5px;
&:empty::after {
content: "\a";
white-space: pre;
}
}
img.drawing {
zoom: 50%;
.nightMode & {
filter: unquote("invert() hue-rotate(180deg)");
}
}