Skip to content

Commit

Permalink
fix formal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
openmindculture committed Apr 3, 2024
1 parent d39109d commit 88b6b27
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
Binary file modified dist/IngoSCostTransparency.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@
cursor: pointer;

.ingos-cost-group-bar {
background-color: silver; /* fallback style */
background-color: silver; /* fallback style will be overridden */
height: 3rem;
border-radius: 0.25rem;
box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

&.ingos-active > .ingos-cost-group-bar {
box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
}

.ingos-cost-group-bar-01 {
Expand Down Expand Up @@ -141,16 +148,6 @@
display: -webkit-box;
-webkit-box-orient: vertical;
}

.ingos-cost-group-bar {
height: 3rem;
border-radius: 0.25rem;
box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

&.ingos-active > .ingos-cost-group-bar {
box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
class="nav-link product-detail-tab-navigation-link"
id="ingos-cost-transparency-tab"
data-bs-toggle="tab"
data-off-canvas-tabs="true" {# new attribute name #}
data-offcanvas-tabs="true" {# deprecated attribute name for backward compatibility #}
data-off-canvas-tabs="true" {# new attribute #}
data-offcanvas-tabs="true" {# deprecated attribute for backward compatibility #}
href="#ingos-cost-transparency-tab-pane"
role="tab"
aria-controls="ingos-cost-transparency-tab-pane"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class="nav-link product-detail-tab-navigation-link"
id="ingos-cost-transparency-tab"
data-bs-toggle="tab"
data-off-canvas-tabs="true" {# new attribute name #}
data-offcanvas-tabs="true" {# deprecated attribute name for backward compatibility #}
data-off-canvas-tabs="true" {# new attribute #}
data-offcanvas-tabs="true" {# deprecated attribute for backward compatibility #}
href="#ingos-cost-transparency-tab-pane"
role="tab"
aria-controls="ingos-cost-transparency-tab-pane"
Expand Down

0 comments on commit 88b6b27

Please sign in to comment.