Skip to content

Commit

Permalink
cosmo: fix range slider thumb's border-radius in moz, closes #1299
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 5, 2024
1 parent 0b64b98 commit c3e6c8b
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 8 deletions.
6 changes: 6 additions & 0 deletions dist/cosmo/_bootswatch.scss
Expand Up @@ -15,6 +15,12 @@ body {
-webkit-font-smoothing: antialiased;
}

// Forms

.form-range::-moz-range-thumb {
border-radius: inherit;
}

// Indicators

.badge {
Expand Down
4 changes: 4 additions & 0 deletions dist/cosmo/bootstrap.css
Expand Up @@ -11787,6 +11787,10 @@ body {
-webkit-font-smoothing: antialiased;
}

.form-range::-moz-range-thumb {
border-radius: inherit;
}

.badge.bg-light {
color: #373a3c;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cosmo/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cosmo/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/cosmo/bootstrap.rtl.css
Expand Up @@ -11761,6 +11761,10 @@ body {
-webkit-font-smoothing: antialiased;
}

.form-range::-moz-range-thumb {
border-radius: inherit;
}

.badge.bg-light {
color: #373a3c;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cosmo/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cosmo/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/5/cosmo/_bootswatch.scss
Expand Up @@ -15,6 +15,12 @@ body {
-webkit-font-smoothing: antialiased;
}

// Forms

.form-range::-moz-range-thumb {
border-radius: inherit;
}

// Indicators

.badge {
Expand Down
4 changes: 4 additions & 0 deletions docs/5/cosmo/bootstrap.css
Expand Up @@ -11787,6 +11787,10 @@ body {
-webkit-font-smoothing: antialiased;
}

.form-range::-moz-range-thumb {
border-radius: inherit;
}

.badge.bg-light {
color: #373a3c;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/5/cosmo/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/cosmo/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/5/cosmo/bootstrap.rtl.css
Expand Up @@ -11761,6 +11761,10 @@ body {
-webkit-font-smoothing: antialiased;
}

.form-range::-moz-range-thumb {
border-radius: inherit;
}

.badge.bg-light {
color: #373a3c;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/5/cosmo/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/cosmo/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit c3e6c8b

Please sign in to comment.