File tree 10 files changed +13
-8
lines changed
10 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 7
7
tabindex =" {{ _tabIndex }} "
8
8
dir =" {{ effectiveDir }} "
9
9
aria-labelledby =" {{ ariaLabelledBy }} "
10
+ style =" list-style-type: none;"
10
11
>
11
12
<div class =" ui5-nli-group-header" >
12
13
<ui5-button
Original file line number Diff line number Diff line change 9
9
tabindex =" {{ _tabIndex }} "
10
10
dir =" {{ effectiveDir }} "
11
11
aria-labelledby =" {{ ariaLabelledBy }} "
12
+ style =" list-style-type: none;"
12
13
>
13
14
<div class =" ui5-nli-actions" >
14
15
{{ #if showOverflow }}
Original file line number Diff line number Diff line change 5
5
@focusout =" {{ _onfocusout }} "
6
6
@keydown =" {{ _onkeydown }} "
7
7
role =" option"
8
+ style =" list-style-type: none;"
8
9
>
9
10
<span class =" ui5-hidden-text" >{{ groupHeaderText }} </span >
10
11
Original file line number Diff line number Diff line change 26
26
<slot ></slot >
27
27
28
28
{{ #if showNoDataText }}
29
- <li id =" {{ _id }} -nodata" class =" ui5-list-nodata" tabindex =" {{ noDataTabIndex }} " >
29
+ <li id =" {{ _id }} -nodata" class =" ui5-list-nodata" tabindex =" {{ noDataTabIndex }} " style = " list-style-type: none; " >
30
30
<div id =" {{ _id }} -nodata-text" class =" ui5-list-nodata-text" >
31
31
{{ noDataText }}
32
32
</div >
Original file line number Diff line number Diff line change 15
15
role =" {{ _accInfo.role }} "
16
16
aria-expanded =" {{ _accInfo.ariaExpanded }} "
17
17
aria-level =" {{ _accInfo.ariaLevel }} "
18
+ style =" list-style-type: none;"
18
19
>
19
20
{{> listItemPreContent }}
20
21
Original file line number Diff line number Diff line change 23
23
{{ this.stripPresentation }}
24
24
{{ /unless }}
25
25
{{ #if this.isSeparator }}
26
- <li id =" {{ this._id }} " role =" separator" class =" {{ ../classes.separator }} " ></li >
26
+ <li id =" {{ this._id }} " role =" separator" class =" {{ ../classes.separator }} " style = " list-style-type: none; " ></li >
27
27
{{ /if }}
28
28
{{ /each }}
29
29
</ul >
Original file line number Diff line number Diff line change 10
10
?disabled =" {{ this.effectiveDisabled }} "
11
11
aria-labelledby =" {{ this.ariaLabelledBy }} "
12
12
data-ui5-stable =" {{ this.stableDomRef }} "
13
+ style =" list-style-type: none;"
13
14
>
14
15
15
16
{{ #if this.icon }}
Original file line number Diff line number Diff line change 1
- <li id =" {{ _id }} " role =" separator" ></li >
1
+ <li id =" {{ _id }} " role =" separator" style = " list-style-type: none; " ></li >
Original file line number Diff line number Diff line change 1
1
<div class =" ui5-timeline-root" >
2
2
<ul class =" ui5-timeline-list" role =" listbox" aria-live =" polite" aria-label =" {{ ariaLabel }} " >
3
3
{{ #each items }}
4
- <li class =" ui5-timeline-list-item" >
4
+ <li class =" ui5-timeline-list-item" style = " list-style-type: none; " >
5
5
<slot name =" {{ this._individualSlot }} " ></slot >
6
6
</li >
7
7
{{ /each }}
Original file line number Diff line number Diff line change 1
- <div
1
+ <div
2
2
id =" {{ this._id }} "
3
3
?disabled = " {{ disabled }} "
4
4
value = " {{ value }} "
25
25
{{ #if _expanded }}
26
26
<ul id =" {{ this._id }} --items-list" >
27
27
{{ #each _itemsToShow }}
28
- <li class =" ui5-wheelslider-item" data-item-index =" {{ @index }} " >{{ this }} </li >
28
+ <li class =" ui5-wheelslider-item" data-item-index =" {{ @index }} " style = " list-style-type: none; " >{{ this }} </li >
29
29
{{ /each }}
30
30
</ul >
31
31
{{ else }}
32
32
<ul id =" {{ this._id }} --items-list" >
33
- <li class =" ui5-wheelslider-item" >{{ value }} </li >
33
+ <li class =" ui5-wheelslider-item" style = " list-style-type: none; " >{{ value }} </li >
34
34
</ul >
35
35
{{ /if }}
36
36
</div >
37
37
</div >
38
38
<div class =" ui5-wheelslider-footer-block" >
39
39
<ui5-button class =" ui5-wheelslider-arrow" icon =" navigation-down-arrow" @click ={{ _onArrowDown }} tabindex =" -1" ></ui5-button >
40
40
</div >
41
- </div >
41
+ </div >
You can’t perform that action at this time.
0 commit comments