Skip to content

Commit 4f37b8e

Browse files
committed
refactor: minor cleanups
1 parent ac05d87 commit 4f37b8e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/app/layout/default-layout/default-layout.component.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
</c-sidebar-brand>
1414
</c-sidebar-header>
1515

16-
<ng-scrollbar #scrollbar="ngScrollbar" (updated)="onScrollbarUpdate(scrollbar.state)" class="overflow"
17-
pointerEventsMethod="scrollbar" visibility="hover">
16+
<ng-scrollbar #scrollbar="ngScrollbar" (updated)="onScrollbarUpdate(scrollbar.state)" class="overflow" pointerEventsMethod="scrollbar" visibility="hover">
1817
<c-sidebar-nav #overflow [navItems]="navItems" dropdownMode="close" compact />
1918
</ng-scrollbar>
2019
@if (!sidebar1.narrow) {
21-
<c-sidebar-footer cSidebarToggle="sidebar1" class="border-top d-none d-lg-flex" toggle="unfoldable"
22-
style="cursor: pointer;">
20+
<c-sidebar-footer cSidebarToggle="sidebar1" class="border-top d-none d-lg-flex" toggle="unfoldable" style="cursor: pointer;">
2321
<button cSidebarToggler></button>
2422
</c-sidebar-footer>
2523
}

src/app/views/base/progress/progress.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</c-card-header>
123123
<c-card-body>
124124
<p class="text-body-secondary small">
125-
Add <code>variant=&#34;striped&#34;</code> to any <code>&lt;c-progress-bar&gt;</code> to
125+
Add <code>variant=&#34;striped&#34;</code> to any <code>&lt;c-progress&gt;</code> to
126126
apply a stripe via CSS gradient over the progress bar&#39;s background color.
127127
</p>
128128
<app-docs-example href="components/progress#striped">
@@ -142,7 +142,7 @@
142142
<c-card-body>
143143
<p class="text-body-secondary small">
144144
The striped gradient can also be animated. Add <code>[animated]="true"</code> property to
145-
<code>&lt;c-progress-bar&gt;</code> to animate the stripes right to left via CSS3
145+
<code>&lt;c-progress&gt;</code> to animate the stripes right to left via CSS3
146146
animations.
147147
</p>
148148
<app-docs-example href="components/progress#animated-stripes">

0 commit comments

Comments
 (0)