We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3752f commit 85a0f78Copy full SHA for 85a0f78
src/components/PaginatedTable/PaginatedTable.scss
@@ -7,7 +7,7 @@
7
--paginated-table-cell-horizontal-padding: 10px;
8
9
--paginated-table-border-color: var(--g-color-base-generic-hover);
10
- --paginated-table-hover-color: var(--g-color-base-float);
+ --paginated-table-hover-color: var(--g-color-base-simple-hover);
11
12
width: 100%;
13
@include body-2-typography();
src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss
@@ -8,7 +8,7 @@
border-collapse: collapse;
tr {
&:hover {
- background-color: var(--g-color-base-generic-hover) !important;
+ background-color: var(--g-color-base-simple-hover) !important;
}
14
tr:nth-of-type(2n + 1) {
0 commit comments