Skip to content

Commit 1cc9cb6

Browse files
committed
[bug] fix range value counts disabled states
1 parent 5dc1bc1 commit 1cc9cb6

File tree

3 files changed

+88
-42
lines changed

3 files changed

+88
-42
lines changed

‎src/css/form.css‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,23 +1241,23 @@ input[type="range"]:disabled::-moz-range-progress{
12411241
cursor: default;
12421242
}
12431243

1244-
.form-group-text-small,
1245-
.form-group-text-medium,
1246-
.form-group-text-large{
1244+
.form-group-small,
1245+
.form-group-medium,
1246+
.form-group-large{
12471247
padding-left:0.5em;
12481248
padding-right:0.5em;
12491249
}
12501250

1251-
.form-group-text-small{
1252-
min-width:3em;
1251+
.form-group-small{
1252+
width:3em;
12531253
}
12541254

1255-
.form-group-text-medium{
1256-
min-width:6em;
1255+
.form-group-medium{
1256+
width:6em;
12571257
}
12581258

1259-
.form-group-text-large{
1260-
min-width:9em;
1259+
.form-group-large{
1260+
width:9em;
12611261
}
12621262

12631263
.form-group{

0 commit comments

Comments
(0)