Skip to content

Commit

Permalink
fix: purgecss exeption for generated filter-layer CSS classes (#1204, #…
Browse files Browse the repository at this point in the history
…1207)

* removed unused express-shop styles

closes: #1204
  • Loading branch information
shauke authored Jul 11, 2022
1 parent 2cda276 commit 3bd0626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
4 changes: 3 additions & 1 deletion src/styles/pages/category/filter-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
}
}

/* purgecss start ignore */
.filter-group {
position: relative;
padding-bottom: $space-default;
Expand Down Expand Up @@ -117,7 +118,6 @@

.filter-item-name,
a.filter-item-name {
//font-weight: bold; // todo?
color: $text-color-primary;
}

Expand Down Expand Up @@ -203,6 +203,8 @@
}
}

/* purgecss end ignore */

.filter-dropdown {
position: relative;
padding-bottom: 15px;
Expand Down
47 changes: 0 additions & 47 deletions src/styles/pages/category/product-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,53 +204,6 @@
}
}

.express-shop {
.product-img-thumbs {
width: auto;
}

.product-thumb-set {
margin-right: $space-default;
}
}

.product-image-container {
position: relative;

&:hover {
.express-shop-trigger {
display: block;
}
}
}

.express-shop-trigger {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
width: 80px;
height: 80px;
margin: auto;
color: $text-color-inverse;
text-align: center;
cursor: pointer;
background-color: $CORPORATE-PRIMARY;
border-radius: 50%;
opacity: 0.93;

&:hover {
background-color: $CORPORATE-SECONDARY;
}

.ng-fa-icon {
padding: 25px 0;
font-size: 30px;
}
}

/* purgecss start ignore */

.product-label {
Expand Down

0 comments on commit 3bd0626

Please sign in to comment.