Refactor and code smells

This commit is contained in:
2026-01-06 10:05:00 +01:00
parent b783ab8b8d
commit fbfb0b5459
7 changed files with 31 additions and 34 deletions

View File

@@ -1762,6 +1762,7 @@ button:disabled:hover {
position: relative;
padding-right: 48px !important;
font-variant-numeric: tabular-nums;
-moz-appearance: textfield;
}
.number-input::-webkit-outer-spin-button,
@@ -1770,10 +1771,6 @@ button:disabled:hover {
margin: 0;
}
.number-input {
-moz-appearance: textfield;
}
.number-input:focus {
border-color: #7c3aed;
box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25);