Skip to content

Commit eca59f5

Browse files
authored
fix(ui5-li-tree): fix arrow flickering (#3293)
Fixes: #3238
1 parent 371648c commit eca59f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/TreeListItem.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
:host(:not([level="1"])) {
46-
border-bottom: none;
46+
border-color: var(--sapList_AlternatingBackground);
4747
}
4848

4949
:host([_toggle-button-end][selected]:not([level="1"])){

0 commit comments

Comments
 (0)