diff --git a/client/src/components/DataTable.js b/client/src/components/DataTable.js index 3e3f31e9e..b6490d703 100644 --- a/client/src/components/DataTable.js +++ b/client/src/components/DataTable.js @@ -77,6 +77,7 @@ export default function DataTable({ manualSortBy, expandSubRows, payload, + autoResetSelectedRows: false, }, useSortBy, useExpanded, diff --git a/client/src/style/App.scss b/client/src/style/App.scss index e68fd5d25..27eef9ca4 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -45,4 +45,8 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, // Views @import "views/filter-dropdown"; -@import "views/sidebar"; \ No newline at end of file +@import "views/sidebar"; + +.#{$ns}-tooltip{ + box-shadow: none; +} \ No newline at end of file diff --git a/client/src/style/components/data-table.scss b/client/src/style/components/data-table.scss index f67b26e1d..df19e7494 100644 --- a/client/src/style/components/data-table.scss +++ b/client/src/style/components/data-table.scss @@ -115,13 +115,16 @@ overflow-x: hidden; .tr .td{ - border-bottom: 1px solid #E0E2E2; + border-bottom: 1px solid #E8E8E8; align-items: center; .placeholder{ color: #999; } } + .tr:hover .td{ + background: #fafafa; + } .td.actions .#{$ns}-button{ background: #E6EFFB; border: 0; diff --git a/client/src/style/pages/dashboard.scss b/client/src/style/pages/dashboard.scss index f371083cb..5c6cc2a7b 100644 --- a/client/src/style/pages/dashboard.scss +++ b/client/src/style/pages/dashboard.scss @@ -60,13 +60,13 @@ &-user{ display: flex; align-items: center; - margin-right: 28px; + margin-right: 24px; .#{$ns}-button{ background-size: contain; border-radius: 50%; - height: 40px; - width: 40px; + height: 32px; + width: 32px; &, &:hover,