Skip to content

Commit

Permalink
Inline popup editor background fix (#3562)
Browse files Browse the repository at this point in the history
* Fixed bug where if we have a column with the `editorIsPopup` flag enabled the popover background would be transparent

* Update CHANGELOG

* Adjust popup editor background color

* Move CHANGELOG entry

---------

Co-authored-by: TomTirapani <[email protected]>
  • Loading branch information
Ryanseanlee and TomTirapani authored Jan 17, 2024
1 parent 39d88ed commit 76105ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 61.0.0-SNAPSHOT - unreleased

### 🐞 Bug Fixes
* Fixed transparent background for popup inline editors.

## 60.0.1 - 2024-01-16

### 🐞 Bug Fixes
Expand Down
3 changes: 3 additions & 0 deletions cmp/ag-grid/AgGrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ body.xh-app {
.ag-popup-child {
z-index: 30;
}
.ag-popup-editor {
background: var(--xh-grid-bg);
}
}

//------------------------
Expand Down

0 comments on commit 76105ed

Please sign in to comment.