Add background color to cart tip button when it's focused

This commit is contained in:
Umar Bolatov 2019-08-30 20:27:43 -07:00
parent 1ec342da1e
commit bc8e7ce888

View File

@ -33,6 +33,10 @@
cursor: pointer;
}
.js-cart-tip-btn:focus {
background-color: #dee2e6;
}
#js-cart-confirm {
border-radius: 0;
}