Skip to content

Commit 8511f5a

Browse files
authored
fix(AnalyticalTable): update active row state style (#7936)
1 parent e60ad34 commit 8511f5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@
195195
&[data-is-selected]:hover {
196196
background-color: var(--sapList_Hover_SelectionBackground);
197197
}
198+
&:active:not([data-empty-row]) {
199+
background-color: var(--sapList_Active_Background);
200+
color: var(--sapList_Active_TextColor);
201+
text-shadow: none;
202+
}
198203
}
199204

200205
.tableGroupHeader.tr {

0 commit comments

Comments
 (0)