Skip to content

Commit

Permalink
feat(datatables): ✨ completely hide disabled button for search pane
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 19, 2024
1 parent 4e236b3 commit e72c460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skinStyles/jquery/datatables.less
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ div.dtsp-panesContainer {
}

.dtsp-disabledButton {
visibility: hidden;
// Hide buttons since they have no purposes
// Also allows the label to be longer
display: none;
}
}
}
Expand Down

0 comments on commit e72c460

Please sign in to comment.