Skip to content

Commit

Permalink
fix blue box issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Feb 19, 2020
1 parent 5df69f3 commit 1e168b7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ $product-switch-dnd-line-color: #0854A0;
&.fd-dnd-on-drag {
background-color: white;
z-index: 15;
.fd-product-switch__item {
.fd-product-switch__title {
&:before, &:after {
background-color: white;
}
}
}
.fd-product-switch__item:active .fd-product-switch__icon {
color: #0854a0;
}
Expand Down

0 comments on commit 1e168b7

Please sign in to comment.