scinote-web/app/assets/stylesheets/shared/inline_edit.scss

12 lines
240 B
SCSS
Raw Normal View History

2022-06-09 20:40:45 +08:00
// scss-lint:disable SelectorDepth
// scss-lint:disable NestingDepth
.sci-cursor-edit {
cursor: url("/images/icon_small/edit.svg") 0 16, auto;
}
2023-09-05 19:39:21 +08:00
.inline-edit-placeholder:empty::before {
content: attr(placeholder);
display: block;
}