Skip to content

Commit

Permalink
feat(ui5-li): parameterize listitembase border bottom (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Jun 10, 2019
1 parent 8496211 commit da1c430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/ListItemBase.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ui5-li .sap-phone.sapMLIB {
}

.sapMLIB.sapMLIBBorder {
border-bottom: 1px solid var(--sapUiListBorderColor);
border-bottom: var(--ui5-listitem-border-bottom);
}

.sapMLIB.sapMLIBActive .sapMLIBIcon {
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/themes/base/ListItemBase-parameters.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root {
--ui5-listitem-background-color: var(--sapUiListBackground);
--ui5-listitem-border-bottom: 1px solid var(--sapUiListBorderColor);
--_ui5_listitembase_focus_width: 1px;
}

0 comments on commit da1c430

Please sign in to comment.