Skip to content

Commit

Permalink
Merge pull request #49 from concord-consortium/186951700-filter-colum…
Browse files Browse the repository at this point in the history
…n-styling

Fixes filter cell height styling when the row height changes
  • Loading branch information
lublagg authored Feb 1, 2024
2 parents b63e2d6 + b904ca8 commit 55b7640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/attribute-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $filter-green: #2dbe5e;
font-weight: 500;
color: #000;
text-align: left;
padding-left: 5px;

td.filter-units {
text-align: center;
Expand All @@ -59,15 +58,14 @@ $filter-green: #2dbe5e;
}

td.filter-filter {
display: flex;
align-items: center;
justify-content: flex-end;
display: table-cell;
text-align: right;
background-color: $teal-light-25;
color: #177991;
font-size: 10px;
box-sizing: border-box;
cursor: pointer;
height: 100%;

&.filtering {
background-color: $filter-background-green-25;
Expand All @@ -87,6 +85,8 @@ $filter-green: #2dbe5e;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
height: 100%;

.edit-icon {
margin: 0 3px 0 7px;
Expand Down

0 comments on commit 55b7640

Please sign in to comment.