Skip to content

Commit da1c430

Browse files
authored
feat(ui5-li): parameterize listitembase border bottom (#520)
1 parent 8496211 commit da1c430

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/main/src/themes/ListItemBase.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ui5-li .sap-phone.sapMLIB {
6868
}
6969

7070
.sapMLIB.sapMLIBBorder {
71-
border-bottom: 1px solid var(--sapUiListBorderColor);
71+
border-bottom: var(--ui5-listitem-border-bottom);
7272
}
7373

7474
.sapMLIB.sapMLIBActive .sapMLIBIcon {
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:root {
22
--ui5-listitem-background-color: var(--sapUiListBackground);
3+
--ui5-listitem-border-bottom: 1px solid var(--sapUiListBorderColor);
34
--_ui5_listitembase_focus_width: 1px;
45
}

0 commit comments

Comments
 (0)