Skip to content

Commit 8f076de

Browse files
committed
[design] improve range style on firefox
1 parent 63245d8 commit 8f076de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/css/form.css‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,14 @@ input[type="range"]::-moz-range-track{
464464
-webkit-appearance: none;
465465
}
466466

467+
input[type="range"]:focus::-moz-range-track{
468+
background-color:rgb(var(--theme-style-text));
469+
}
470+
471+
input[type="range"]::-moz-focus-outer{
472+
border:0;
473+
}
474+
467475
input[type="range"]::-moz-range-thumb{
468476
background-color:rgb(var(--theme-gray-01));
469477
color:rgb(var(--form-range-thumb));

0 commit comments

Comments
(0)