Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix: Shopping Button default hover and focus style (#6157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu authored Mar 30, 2022
1 parent 792c960 commit 97778a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/js/blocks/cart-checkout/mini-cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,15 @@ h2.wc-block-mini-cart__title {
a {
border: 2px solid;
color: currentColor;
font-weight: 600;
padding: $gap-small $gap-large;
text-decoration: none;

&:hover,
&:focus {
background-color: $gray-900;
border-color: $gray-900;
color: $white;
}
}
}

0 comments on commit 97778a6

Please sign in to comment.