Skip to content

Commit

Permalink
fix check box/tick rendering issue in Firefox (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 24, 2020
1 parent b7691ba commit c93332f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions less/bootstrap-select.less
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ select.selectpicker {
height: 1em;
border-style: solid;
border-width: 0 0.26em 0.26em 0;
transform-style: preserve-3d;
transform: rotate(45deg);
}
}
Expand Down
1 change: 1 addition & 0 deletions sass/bootstrap-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ select.selectpicker {
height: 1em;
border-style: solid;
border-width: 0 0.26em 0.26em 0;
transform-style: preserve-3d;
transform: rotate(45deg);
}
}
Expand Down

0 comments on commit c93332f

Please sign in to comment.