style: removed focused blue outline
This commit is contained in:
parent
d298e0f83e
commit
1ada423d1b
@ -340,6 +340,10 @@ export default {
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
:deep(.slider input[type='range']:focus-visible) {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
:deep(.slider input[type='range']::-webkit-slider-thumb) {
|
||||
width: var(--thumbRadius);
|
||||
height: var(--thumbRadius);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user