Remove border from range thumbs in FF

This commit is contained in:
Tetrakern 2023-02-01 17:36:40 +01:00
parent 29fd8d6fc6
commit 14b9f454bf
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -129,6 +129,7 @@ input[type=range] {
&::-moz-range-thumb {
cursor: pointer;
background: var(--input-range-thumb);
border: none;
border-radius: 2px;
width: 14px;
height: 14px;