Skip to content

Commit

Permalink
Removed grey background from <button> (#6473)
Browse files Browse the repository at this point in the history
Closes #6440.
  • Loading branch information
abhishekkujur1307 committed Mar 19, 2024
1 parent 4a9a6fc commit 9e84586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/webapp/modules/core/styles/views/data-table-view.css
Expand Up @@ -186,6 +186,8 @@ table.data-table td.column-header, table.data-table th.column-header {
background-repeat: no-repeat;
cursor: pointer;
border: none;
padding: 0;
background-color: transparent;
}

.column-header-menu-expand {
Expand Down

0 comments on commit 9e84586

Please sign in to comment.