Skip to content

Commit

Permalink
fix(lib): fix missing box-sizing selector
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Apr 19, 2021
1 parent 57bb0b4 commit 729d448
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/junipero/lib/DateField/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
content: ''
display: block
position: relative
width: 5px
height: 5px
width: 7px
height: 7px
left: 2px
transform: rotate(45deg)
border: 0px solid $color-shuttle-gray
Expand Down
4 changes: 2 additions & 2 deletions packages/junipero/lib/SelectField/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
content: ''
display: block
position: relative
width: 5px
height: 5px
width: 7px
height: 7px
left: 2px
transform: rotate(45deg)
border: 0px solid $color-shuttle-gray
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero/lib/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
font-size: 16px
color: $color-midnight

&, & *
&, & *, & *:before, & *:after
outline: none
box-sizing: border-box

0 comments on commit 729d448

Please sign in to comment.