Skip to content

Commit

Permalink
add text decoration none to tapbar slots links
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jun 12, 2024
1 parent 18f717f commit b7eac03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sass/common/_tapbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
align-items: center;
justify-content: flex-start;
height: 45px;
text-decoration: none;
.cart-quantity {
position: absolute;
top: -4px;
Expand Down
1 change: 1 addition & 0 deletions sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,7 @@ body {
align-items: center;
justify-content: flex-start;
height: 45px;
text-decoration: none;
}
.tapbar-2-0 .tapbar-wrapper-slot .cart-quantity {
position: absolute;
Expand Down
Loading

0 comments on commit b7eac03

Please sign in to comment.