Skip to content

Commit

Permalink
remove color() function on ContactPersonItem.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 committed Dec 5, 2023
1 parent d0fdfef commit 3e371d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Modify summary display in organization view mode. Refs UIORGS-398.
* Protection of viewing and changes of banking information by permissions. Refs UIORGS-388.
* Search organization on bank account number. Refs UIORGS-392.
* Factor away from unsupported `color()` function. Refs UIORGS-416.

## [5.0.0](https://github.com/folio-org/ui-organizations/tree/v5.0.0) (2023-10-12)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v4.0.0...v5.0.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.contactPersonItemContent {
padding: 14px;
background-color: color(var(--bg) blend(var(--bg-hover) 20%));
background-color: color-mix(in oklch, var(--bg), var(--bg-hover) 20%);
width: 100%;
}

Expand Down

0 comments on commit 3e371d3

Please sign in to comment.