scinote-web/app/assets/stylesheets/shared/inline_edit.scss
2023-09-05 13:39:21 +02:00

11 lines
240 B
SCSS

// scss-lint:disable SelectorDepth
// scss-lint:disable NestingDepth
.sci-cursor-edit {
cursor: url("/images/icon_small/edit.svg") 0 16, auto;
}
.inline-edit-placeholder:empty::before {
content: attr(placeholder);
display: block;
}