Skip to content

Commit

Permalink
Revert "Fix alignment issue in filters when used on a popup"
Browse files Browse the repository at this point in the history
This reverts commit c720667.
  • Loading branch information
gnbm committed Sep 11, 2024
1 parent c720667 commit bc4bfdc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions styles/Grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
border-bottom: var(--datagrid-cell-border-bottom);
border-right: var(--datagrid-cell-border-right);
color: var(--datagrid-cell-color);
font-weight: normal;
padding: 14px 8px 0px 8px;
}

Expand Down Expand Up @@ -475,7 +474,6 @@ div[wj-part="ch"]:has(.wj-header.wj-frozen-col) {
align-self: center;
color: var(--datagrid-pagination-records-color);
display: flex;
font-weight: normal;
}

.datagrid-pagination-controller {
Expand Down Expand Up @@ -644,14 +642,6 @@ div[wj-part="ch"]:has(.wj-header.wj-frozen-col) {

/****** FILTER STYLE ********/

.wj-dropdown-panel .wj-control {
text-align: start;
}

.wj-listbox .wj-listbox-item {
text-align: start;
}

.wj-dropdown-panel.wj-control.wj-content.wj-columnfiltereditor {
font-size: var(--datagrid-filter-font-size);
padding: var(--datagrid-filter-padding);
Expand Down

0 comments on commit bc4bfdc

Please sign in to comment.