Skip to content

Commit

Permalink
Remove antiquated checkbox styling (#470)
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 7c22425 commit ea8fe7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Filters/Aggregation.less
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 ea8fe7b

Please sign in to comment.