fix
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 3m40s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 34s

This commit is contained in:
2026-04-26 14:08:32 -03:00
parent 56de1bb11e
commit d53ed3d05c

View File

@@ -344,7 +344,7 @@
.form-input[type='range'] { .form-input[type='range'] {
padding: 0; padding: 0;
border: none; border: none;
background: transparent; background: rgba(255, 255, 255, 0.1);
box-shadow: none; box-shadow: none;
cursor: pointer; cursor: pointer;
} }