Skip to content

Commit

Permalink
fix(tabs): remove Safari specific overflow indicator margins (#7917)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Feb 26, 2021
1 parent 9c85008 commit 46d2a1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
.#{$prefix}--tabs__overflow-indicator--left {
margin-right: -$carbon--spacing-05;
background-image: linear-gradient(
to left,
rgba($ui-background, 0),
Expand All @@ -518,7 +517,6 @@
}

.#{$prefix}--tabs__overflow-indicator--right {
margin-left: -$carbon--spacing-05;
background-image: linear-gradient(
to right,
rgba($ui-background, 0),
Expand Down

0 comments on commit 46d2a1f

Please sign in to comment.