mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Reduce specificity in cart css rules
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
border-spacing: 0;
|
||||
margin: 0;
|
||||
|
||||
tr.product-cart {
|
||||
.product-cart {
|
||||
background-color: $white;
|
||||
|
||||
td {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.bought td {
|
||||
.bought td {
|
||||
color: $med-grey;
|
||||
|
||||
h5 {
|
||||
|
||||
Reference in New Issue
Block a user