File tree 4 files changed +4
-4
lines changed
components/PaginatedTable
Tablet/components/TabletStorageInfo
Tenant/Query/QueryResult/components/SimplifiedPlan
4 files changed +4
-4
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 mixins .body-2-typography ();
Original file line number Diff line number Diff line change 37
37
}
38
38
39
39
.g-root {
40
- --ydb-data-table-color-hover : var (--g-color-base-float );
40
+ --ydb-data-table-color-hover : var (--g-color-base-simple-hover-solid );
41
41
42
42
// Colors for tablets, status icons and progress bars
43
43
--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 ) {
Original file line number Diff line number Diff line change 15
15
border-collapse : collapse ;
16
16
tr {
17
17
& :hover {
18
- background-color : var (--g-color-base-generic -hover ) !important ;
18
+ background-color : var (--g-color-base-simple -hover ) !important ;
19
19
}
20
20
}
21
21
tr :nth-of-type (2 n + 1 ) {
You can’t perform that action at this time.
0 commit comments