mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
feat: caret color of contenteditable
This commit is contained in:
parent
d87d075eaa
commit
1e8aba4e77
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
cursor: text;
|
||||
transition: padding 0.20s $ease-in-out-quint;
|
||||
display: block;
|
||||
caret-color: #000000;
|
||||
|
||||
@include dark-theme() {
|
||||
caret-color: #ffffff;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
user-select: all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue