mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix hot bugs.
This commit is contained in:
@@ -77,6 +77,7 @@ export default function DataTable({
|
|||||||
manualSortBy,
|
manualSortBy,
|
||||||
expandSubRows,
|
expandSubRows,
|
||||||
payload,
|
payload,
|
||||||
|
autoResetSelectedRows: false,
|
||||||
},
|
},
|
||||||
useSortBy,
|
useSortBy,
|
||||||
useExpanded,
|
useExpanded,
|
||||||
|
|||||||
@@ -45,4 +45,8 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
|||||||
|
|
||||||
// Views
|
// Views
|
||||||
@import "views/filter-dropdown";
|
@import "views/filter-dropdown";
|
||||||
@import "views/sidebar";
|
@import "views/sidebar";
|
||||||
|
|
||||||
|
.#{$ns}-tooltip{
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
@@ -115,13 +115,16 @@
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
.tr .td{
|
.tr .td{
|
||||||
border-bottom: 1px solid #E0E2E2;
|
border-bottom: 1px solid #E8E8E8;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.placeholder{
|
.placeholder{
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.tr:hover .td{
|
||||||
|
background: #fafafa;
|
||||||
|
}
|
||||||
.td.actions .#{$ns}-button{
|
.td.actions .#{$ns}-button{
|
||||||
background: #E6EFFB;
|
background: #E6EFFB;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
@@ -60,13 +60,13 @@
|
|||||||
&-user{
|
&-user{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right: 28px;
|
margin-right: 24px;
|
||||||
|
|
||||||
.#{$ns}-button{
|
.#{$ns}-button{
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 40px;
|
height: 32px;
|
||||||
width: 40px;
|
width: 32px;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user