mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Fix markup
This commit is contained in:
parent
b9a34fa809
commit
a5666cacc5
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@
|
|||
white-space: nowrap;
|
||||
width: calc(100% - 32px);
|
||||
|
||||
&:empty:not(:focus):before{
|
||||
&:empty:not(:focus):before {
|
||||
color: $color-silver-chalice;
|
||||
content:attr(data-placeholder);
|
||||
content: attr(data-placeholder);
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue