Skip to content

Commit

Permalink
fix(Switcher): change width and border-bottom (#372)
Browse files Browse the repository at this point in the history
* fix(Switcher): remove border-bottom styling to fix 1px overhang
  • Loading branch information
abbeyhrt authored Aug 28, 2019
1 parent 7d424b6 commit 252f441
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
border-left: 1px solid $inverse-02;
transform: translateX(16rem);
overflow-y: hidden;
border-bottom: 1px solid transparent;
transition: all $duration--fast-02 carbon--motion('exit');
@include carbon--breakpoint('lg') {
transform: translateX(0);
Expand Down

1 comment on commit 252f441

@vercel
Copy link

@vercel vercel bot commented on 252f441 Aug 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.