Skip to content

Commit

Permalink
fix(Tile): remove double border fix (#9485)
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
tw15egan and kodiakhq[bot] authored Aug 19, 2021
1 parent 50ae1aa commit 5d97c24
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/components/src/components/tile/_tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,6 @@
}
}

// Fix double border
.#{$prefix}--tile-input--checked + .#{$prefix}--tile--is-selected {
border-top: 1px solid $ui-01;
}

.#{$prefix}--tile:not(.#{$prefix}--tile--is-selected)
+ .#{$prefix}--tile-input--checked
+ .#{$prefix}--tile--is-selected {
border-top: 1px solid $ui-05;
}

.#{$prefix}--tile-input--checked:first-of-type
+ .#{$prefix}--tile--is-selected {
border-top: 1px solid $ui-05;
}

.#{$prefix}--tile-content {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 5d97c24

Please sign in to comment.