mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: Context menu on data-table.
This commit is contained in:
@@ -123,6 +123,10 @@
|
||||
.tr:hover .td{
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.tr.is-context-menu-active .td{
|
||||
background: #F3FAFC;
|
||||
}
|
||||
.td.actions .#{$ns}-button{
|
||||
background: #E6EFFB;
|
||||
border: 0;
|
||||
@@ -267,4 +271,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
}
|
||||
|
||||
&__header.is-hidden + .financial-statement__body{
|
||||
border-top: 20px solid #FDFDFD;
|
||||
|
||||
.financial-sheet{
|
||||
margin-top: 40px;
|
||||
|
||||
Reference in New Issue
Block a user