style: removed focused blue outline

This commit is contained in:
Shariq Ansari 2024-02-08 00:43:31 +05:30
parent d298e0f83e
commit 1ada423d1b

View File

@ -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);