mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
💄 Improve placeholder text color (#16566)
This commit is contained in:
parent
6202fd39ec
commit
168e492c81
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
&:empty::after {
|
&:empty::after {
|
||||||
color: var(--b3-theme-on-surface-light);
|
color: var(--b3-empty-color);
|
||||||
content: attr(data-tip);
|
content: attr(data-tip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,7 @@
|
||||||
|
|
||||||
&:empty::after {
|
&:empty::after {
|
||||||
content: attr(data-tip);
|
content: attr(data-tip);
|
||||||
color: var(--b3-theme-on-surface-light);
|
color: var(--b3-empty-color);
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue