feat: New style for input range

- Exclude input range from .input_io
- Add TODO to replace .input_io and move to io_module
- Set accent color for input range
This commit is contained in:
sthag 2025-10-20 18:55:07 +02:00
parent 54f1de579c
commit 2d582a5032
2 changed files with 11 additions and 2 deletions

View file

@ -79,6 +79,7 @@ td > textarea {
}
}
// TODO: Move to io_module
.input_io, .button_io, .io_textarea, .io_select {
margin: $margin_io;
}