chat-nface / frontend /src /css /counter.css
LucaVivona's picture
small tweaks
06d4327
raw
history blame contribute delete
No virus
275 Bytes
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.custom-number-input input:focus {
outline: none !important;
}
.custom-number-input button:focus {
outline: none !important;
}