Skip to content

Commit

Permalink
Include arrow-button in show-svg-on-hover in list-reservation class
Browse files Browse the repository at this point in the history
The arrow wasn't showing when enclosed in a button. The way
show-svg-on-hover mixin works is that it receives a class of the
container. Now list-reservation mixin targets all possibilities for
containers that we use in the project.
  • Loading branch information
Adamik10 committed Dec 29, 2023
1 parent d215ec8 commit 2d32132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $list-reservation-space-desktop: 24px;

.list-reservation {
@include show-svg-on-hover(".list-reservation__status");
@include show-svg-on-hover(".arrow-button");

background-color: $color__text-primary-white;
border: 0;
Expand Down

0 comments on commit 2d32132

Please sign in to comment.