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 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 ();
Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 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 (2 n + 1 ) {
You can’t perform that action at this time.
0 commit comments