Make caret cursor more discoverable
This commit is contained in:
parent
64a2ead2ca
commit
ef8c46045e
@ -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 New Issue
Block a user