mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
11 lines
199 B
SCSS
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;
|
|
}
|