Skip to content

Commit

Permalink
Remove media query from arrow-button class as it's handled by the mixin
Browse files Browse the repository at this point in the history
.. @mixin _icon-arrow-animated
  • Loading branch information
Adamik10 committed Dec 29, 2023
1 parent 2d32132 commit c2fd4bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/stories/Library/Arrows/arrows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@
// This width mimics what the expanded svg width. The class is intended to be
// used when the arrow needs to be within a button so they look the same.
width: 101px;

@include media-query__small {
display: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ export const ListReservationsAndLoans = (
<p className="text-body-medium-medium">Gebyr {fee},-</p>
</div>
) : null}
<ArrowSmallRight />
<button type="button" className="arrow-button">
<ArrowSmallRight />
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit c2fd4bb

Please sign in to comment.