Skip to content

Commit

Permalink
Correcting button color specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtweedy committed Mar 7, 2021
1 parent 7b5ebcb commit a80f99b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/cart/item.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
align-items: center;
}

.cart-item .secondary .actions-container .action {
color: black;
}

.cart-item .secondary .actions-container .action:hover {
color: white;
}

.cart-item .secondary .actions-container .actions span:first-child {
padding: 0 10px 0 0;
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/cart/Cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

.cart-items .item-quantity .action {
margin: 0 4px;
color: black;
}

.cart-items .item-quantity .amount {
Expand Down

0 comments on commit a80f99b

Please sign in to comment.