Skip to content

Commit

Permalink
Remove antiquated checkbox styling
Browse files Browse the repository at this point in the history
The aggregation checkboxes were given a bolder look which is incongruous
with the styles of the other filter checkboxes so we're reverting that change.
  • Loading branch information
contolini committed Oct 3, 2023
1 parent 47ead5d commit 085765f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Filters/Aggregation.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
text-indent: 0;
}

.a-checkbox:checked + .a-label:before {
border: solid 2px @gray-dark;
}

.bucket-key {
max-width: ~'calc(100% - 65px)'; // @max-count-width + @bucket-indent
vertical-align: top;
Expand Down

0 comments on commit 085765f

Please sign in to comment.