Skip to content

Commit f06052b

Browse files
committed
AnalyticalTable: fix selected row hover styles
1 parent 07c552e commit f06052b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
&:hover:not([data-empty-row]) {
200200
background-color: var(--sapList_Hover_Background);
201201
}
202+
&[data-is-selected]:hover {
203+
background-color: var(--sapList_Hover_SelectionBackground);
204+
}
202205
}
203206

204207
.tableGroupHeader.tr {

0 commit comments

Comments
 (0)