Skip to content

Commit

Permalink
8515. Fixed search icon misalignment in dropwdown cells
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Apr 4, 2024
1 parent 58cd29b commit 7d17cad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
@@ -1,5 +1,11 @@
# What's New with Enterprise

## v4.95.0

## v4.95.0 Fixes

- `[Datagrid]` Fixed search icon misalignment in dropwdown cells. ([#8515](https://github.com/infor-design/enterprise/issues/8515))

## v4.94.0

## v4.94.0 Features
Expand Down
5 changes: 3 additions & 2 deletions src/components/datagrid/_datagrid.scss
Expand Up @@ -4970,7 +4970,7 @@ td .btn-actions {
&.search {
height: 13px;
left: 4px !important;
top: 0;
top: 1px;
}
}
}
Expand All @@ -4993,13 +4993,14 @@ td .btn-actions {
}
}

> .trigger .icon,
.icon {
color: $ids-color-font-base;
left: 0 !important;
margin-top: 7px;

&.search {
margin-top: 7px !important;
margin-top: 7px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdown/_dropdown-new.scss
Expand Up @@ -63,7 +63,7 @@ div.multiselect {
.dropdown-list {
&.small-rowheight {
&.datagrid-dropdown-list .trigger .icon {
top: 7px;
top: 1px;
margin-left: 2px;
}
}
Expand Down

0 comments on commit 7d17cad

Please sign in to comment.