File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11@layer components {
22 .el-range {
3- @apply appearance-none inline-block border-0 h-1.5;
3+ @apply appearance-none inline-block border-0 h-1.5 shadow-none border-none outline-none ;
44
55 & ::-webkit-slider-thumb {
66 -webkit-appearance : none;
7- @apply appearance-none pointer-events-auto cursor-pointer size-5 bg-white border-black border-3 rounded-full;
7+ @apply appearance-none pointer-events-auto cursor-pointer size-5 bg-white border-black border-3 rounded-full shadow-none outline-none ;
88 }
99
1010 & ::-moz-range-thumb {
1111 -moz-appearance : none;
12- @apply appearance-none pointer-events-auto cursor-pointer size-5 bg-white border-black border-3 rounded-full;
12+ @apply appearance-none pointer-events-auto cursor-pointer size-5 bg-white border-black border-3 rounded-full shadow-none outline-none ;
1313 }
1414
1515 & [data-color = "transparent" ] {
You can’t perform that action at this time.
0 commit comments