Skip to content

Commit d73651c

Browse files
committed
fix(styles): tune hover for tables
1 parent 1f3752f commit d73651c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/PaginatedTable/PaginatedTable.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--paginated-table-cell-horizontal-padding: 10px;
88

99
--paginated-table-border-color: var(--g-color-base-generic-hover);
10-
--paginated-table-hover-color: var(--g-color-base-float);
10+
--paginated-table-hover-color: var(--g-color-base-simple-hover-solid);
1111

1212
width: 100%;
1313
@include body-2-typography();

src/containers/App/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body,
3636
}
3737

3838
.g-root {
39-
--ydb-data-table-color-hover: var(--g-color-base-float);
39+
--ydb-data-table-color-hover: var(--g-color-base-simple-hover-solid);
4040

4141
// Colors for tablets, status icons and progress bars
4242
--ydb-color-status-grey: var(--g-color-base-neutral-heavy);

src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
border-collapse: collapse;
99
tr {
1010
&:hover {
11-
background-color: var(--g-color-base-generic-hover) !important;
11+
background-color: var(--g-color-base-simple-hover-solid) !important;
1212
}
1313
}
1414
tr:nth-of-type(2n + 1) {

0 commit comments

Comments
 (0)