scinote-web/app/assets/stylesheets/shared/inline_edit.scss
2024-02-26 15:56:12 +01:00

11 lines
202 B
SCSS

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