Skip to content

Commit

Permalink
Improve style of table filters (#91)
Browse files Browse the repository at this point in the history
* Improve style table filters

* update jspivottable version

* refactor pivot scss file
  • Loading branch information
c-milocanovich authored May 10, 2024
1 parent cc037d3 commit 8a7f7d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"date-fns": "^2.30.0",
"highcharts": "^11.1.0",
"jquery": "^3.7.1",
"jspivottable": "1.3.6",
"jspivottable": "1.3.7",
"material-icons": "^1.13.1",
"rollup-plugin-dotenv": "^0.5.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ hr {
justify-content: space-between;
}

& > div > div {
& > div > div:not(.table-sort-image) {
display: flex;
align-items: center;
inline-size: 100%;
Expand Down Expand Up @@ -341,7 +341,7 @@ td,
width: 100%;
}

.oatfilterwindow hr {
.oatfilterwindow:not(#pop-up) hr {
background-color: currentColor;
width: 80%;
}
Expand Down Expand Up @@ -496,7 +496,9 @@ td,

.move_item_img {
cursor: pointer;
margin-bottom: 8px;
}
.move_item_img:has(~ .move_item_img) {
margin-bottom: 8;
}

.download_file_img,
Expand Down

0 comments on commit 8a7f7d5

Please sign in to comment.