Skip to content

Commit 3abf739

Browse files
authored
Merge pull request #613 from joestr/patch-5
fix(_range): display bar for range in chrome browser
2 parents 3b5c5fd + 929cc07 commit 3abf739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/components/forms/_range.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ input[type=range] + .thumb {
1313

1414
input[type=range] {
1515
position: relative;
16-
background-color: transparent;
16+
background: linear-gradient(var(--md-sys-color-outline-variant), var(--md-sys-color-outline-variant));
1717
border: none;
1818
outline: none;
1919
width: 100%;
2020
margin: 15px 0;
2121
padding: 0;
22+
height: 3px;
2223

2324
&:focus {
2425
outline: none;

0 commit comments

Comments
 (0)