File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/PaginatedTable
Tablet/components/TabletStorageInfo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
--paginated-table-cell-horizontal-padding : 10px ;
8
8
9
9
--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 );
11
11
12
12
width : 100% ;
13
13
@include body-2-typography ();
Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
.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 );
40
40
41
41
// Colors for tablets, status icons and progress bars
42
42
--ydb-color-status-grey : var (--g-color-base-neutral-heavy );
Original file line number Diff line number Diff line change 8
8
border-collapse : collapse ;
9
9
tr {
10
10
& :hover {
11
- background-color : var (--g-color-base-generic -hover ) !important ;
11
+ background-color : var (--g-color-base-simple -hover-solid ) !important ;
12
12
}
13
13
}
14
14
tr :nth-of-type (2 n + 1 ) {
You can’t perform that action at this time.
0 commit comments