Remove background and border colors from product list

This commit is contained in:
Maikel Linke
2020-03-13 17:52:05 +11:00
parent 0febc9e8c2
commit b34449832b
2 changed files with 0 additions and 18 deletions

View File

@@ -35,19 +35,6 @@
.row.variants {
margin-left: 0;
margin-right: 0;
background-color: #ECECEC;
&:hover, &:focus, &:active {
background-color: $clr-brick-light;
}
&:nth-of-type(even) {
background-color: #f9f9f9;
&:hover, &:focus, &:active {
background-color: $clr-brick-ultra-light;
}
}
&.out-of-stock {
opacity: 0.2;

View File

@@ -59,11 +59,6 @@
display: block;
color: $med-drk-grey;
&:hover, &:focus, &:active {
border-bottom: 1px solid $clr-brick-med-bright;
border-top: 1px solid $clr-brick-med-bright;
}
// BULK
.bulk-buy {
font-size: 0.875rem;