mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -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);
|
||||
}
|
||||
|
||||
textarea {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
input {
|
||||
color: var(--fg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue