Skip to content

Commit

Permalink
fix(datatables): 🐛 minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 19, 2024
1 parent 86b5a7c commit 4e236b3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions skinStyles/jquery/datatables.less
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ table.dataTable tbody tr.selected > * {
// Expand (+) button
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
background-color: var( --color-sucess );
background-color: var( --color-success );
border-color: transparent;
}

Expand Down Expand Up @@ -315,11 +315,6 @@ div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_
border-radius: var( --border-radius--medium );
}

div.dtsp-topRow.dtsp-bordered:hover {
background-color: var( --background-color-quiet--hover );
opacity: 1;
}

div.dtsp-columns-2 {
// There is no need to hardcode it
min-width: auto;
Expand Down Expand Up @@ -393,6 +388,12 @@ div.dtsp-panesContainer {
.dtsp-topRow {
background-color: transparent;

&:hover {
opacity: 1;
background-color: var( --background-color-quiet--hover );
border-radius: var( --border-radius--medium );
}

.dtsp-disabledButton {
visibility: hidden;
}
Expand Down

0 comments on commit 4e236b3

Please sign in to comment.