fix: recover cursor logic (#773)

This commit is contained in:
Carlos Valente
2024-02-13 18:43:41 +01:00
committed by GitHub
parent 67c448572c
commit 71dace669b
12 changed files with 59 additions and 38 deletions
@@ -15,8 +15,6 @@
.quickBtn {
font-weight: 400;
width: auto;
padding: 0 1rem;
}
}
@@ -25,7 +23,7 @@
padding: 0 0.25rem;
color: $label-gray;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.1);
background-color: $black-10
}
.options {