Make progress on the input being focusable from an external label

This commit is contained in:
Oliver-Akins 2024-04-07 23:53:34 -06:00
parent 1c372415f4
commit 4efa89915a
3 changed files with 93 additions and 35 deletions

View file

@ -26,7 +26,7 @@ div {
}
}
button, input {
span, input {
border: none;
outline: none;
background: none;
@ -36,7 +36,7 @@ button, input {
input {
font-family: inherit;
text-align: center;
padding: 0;
padding: 2px 4px;
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
-webkit-appearance: none;
@ -46,16 +46,13 @@ input {
}
}
button {
span {
aspect-ratio: 1 / 1;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
&:hover {
cursor: pointer;
}
cursor: pointer;
}
.increment {