File tree 3 files changed +1
-8
lines changed
stories/Layouts/resizable-card-layout
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ $fd-card-header-outline-offset: 0.0625rem !default;
82
82
83
83
& :only-child {
84
84
.#{$block } __header-main {
85
+ border : none ;
85
86
border-radius : $fd-card-border-radius ;
86
87
87
88
@include fd-focus () {
Original file line number Diff line number Diff line change 35
35
< i role ="presentation " class ="fd-list__icon sap-icon--batch-payments "> </ i >
36
36
< span class ="fd-list__title "> List item 4</ span >
37
37
</ li >
38
- < li role ="listitem " tabindex ="0 " class ="fd-list__item ">
39
- < i role ="presentation " class ="fd-list__icon sap-icon--retail-store "> </ i >
40
- < span class ="fd-list__title "> List item 5</ span >
41
- </ li >
42
38
</ ul >
43
39
</ div >
44
40
</ div >
Original file line number Diff line number Diff line change @@ -54988,10 +54988,6 @@ exports[`Check stories > Layouts/Resizable Card Layout > Story ResizeCardLayout
54988
54988
<i role=\\"presentation\\" class=\\"fd-list__icon sap-icon--batch-payments\\"></i>
54989
54989
<span class=\\"fd-list__title\\">List item 4</span>
54990
54990
</li>
54991
- <li role=\\"listitem\\" tabindex=\\"0\\" class=\\"fd-list__item\\">
54992
- <i role=\\"presentation\\" class=\\"fd-list__icon sap-icon--retail-store\\"></i>
54993
- <span class=\\"fd-list__title\\">List item 5</span>
54994
- </li>
54995
54991
</ul>
54996
54992
</div>
54997
54993
</div>
You can’t perform that action at this time.
0 commit comments