[web] Remove border around slider thumb

This commit is contained in:
Alain Nussbaumer
2025-06-07 12:03:49 +02:00
parent 051498861e
commit c1ffbca09b
3 changed files with 3 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ export default {
width: var(--th);
height: var(--th);
box-sizing: border-box;
border: 0px;
border-radius: 50%;
background: var(--bulma-text);
}