mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05: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;
|
display: inline-grid;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
cursor: text;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
&::after,
|
&::after,
|
||||||
input {
|
input {
|
||||||
color: var(--text-fg);
|
color: var(--text-fg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue