mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
set user-select to none
This commit is contained in:
parent
5cb191d624
commit
91b6fb3a48
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ textarea {
|
||||||
background: var(--canvas-inset);
|
background: var(--canvas-inset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue