mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Make caret cursor more discoverable
This commit is contained in:
parent
64a2ead2ca
commit
ef8c46045e
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: inline-grid;
|
||||
height: 100%;
|
||||
|
||||
cursor: text;
|
||||
|
||||
&:focus-within {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&::after,
|
||||
input {
|
||||
color: var(--text-fg);
|
||||
|
|
Loading…
Reference in a new issue