File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 13
13
</ c-sidebar-brand >
14
14
</ c-sidebar-header >
15
15
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 ">
18
17
< c-sidebar-nav #overflow [navItems] ="navItems " dropdownMode ="close " compact />
19
18
</ ng-scrollbar >
20
19
@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; ">
23
21
< button cSidebarToggler > </ button >
24
22
</ c-sidebar-footer >
25
23
}
Original file line number Diff line number Diff line change 122
122
</ c-card-header >
123
123
< c-card-body >
124
124
< p class ="text-body-secondary small ">
125
- Add < code > variant="striped"</ code > to any < code > <c-progress-bar ></ code > to
125
+ Add < code > variant="striped"</ code > to any < code > <c-progress></ code > to
126
126
apply a stripe via CSS gradient over the progress bar's background color.
127
127
</ p >
128
128
< app-docs-example href ="components/progress#striped ">
142
142
< c-card-body >
143
143
< p class ="text-body-secondary small ">
144
144
The striped gradient can also be animated. Add < code > [animated]="true"</ code > property to
145
- < code > <c-progress-bar ></ code > to animate the stripes right to left via CSS3
145
+ < code > <c-progress></ code > to animate the stripes right to left via CSS3
146
146
animations.
147
147
</ p >
148
148
< app-docs-example href ="components/progress#animated-stripes ">
You can’t perform that action at this time.
0 commit comments