scinote-web/app/assets/stylesheets/shared/inline_edit.scss
2024-03-04 16:51:34 +01:00

11 lines
199 B
SCSS

// scss-lint:disable SelectorDepth
// scss-lint:disable NestingDepth
.sci-cursor-edit {
cursor: text;
}
.inline-edit-placeholder:empty::before {
content: attr(placeholder);
display: block;
}