Skip to content

Commit 4474b34

Browse files
fix(EntityStatus): fix buttons bg in selected table rows (#2738)
1 parent d78169d commit 4474b34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/EntityStatus/EntityStatus.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,13 @@
6868
&_visible {
6969
width: min-content;
7070
padding: var(--g-spacing-1);
71-
72-
background-color: var(--g-color-base-background);
7371
}
7472

7573
.data-table__row:hover &,
7674
.ydb-paginated-table__row:hover &,
7775
.ydb-tree-view__item & {
7876
width: min-content;
7977
padding: var(--g-spacing-1);
80-
81-
background-color: var(--ydb-data-table-color-hover);
8278
}
8379
}
8480

0 commit comments

Comments
 (0)