Skip to content

Commit

Permalink
Borders need to remain at 1px
Browse files Browse the repository at this point in the history
Revert border size to 1px, so browsers don't round it down to 0. See TWBS:
twbs/bootstrap@ac5be12
  • Loading branch information
Eric Larson committed Aug 2, 2018
1 parent 9eb564e commit bc49167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.opacity-handle {
background-color: #fff;
border-radius: 0.25rem;
border: 0.0625rem solid #eee;
border: 1px solid #eee;
cursor: ns-resize;
font-size: 0.625rem;
height: 2rem;
Expand Down

0 comments on commit bc49167

Please sign in to comment.