Skip to content

Commit

Permalink
Merge pull request #743 from folio-org/UINV-516
Browse files Browse the repository at this point in the history
UINV-516 Use native CSS blending for addressContent styles
  • Loading branch information
JohnC-80 authored Dec 12, 2023
2 parents 6c077e8 + 2c96b92 commit af1cef4
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 @@ -5,6 +5,7 @@
* Introduce new permission to view all invoices' settings. Refs UINV-458.
* Error Message - Invoice cancellation allowed against closed budget. Refs UINV-513.
* Not able to filter with tags that are entirely made of special characters. Refs UINV-510.
* Refactor CSS away from postcss-color-function. Refs UINV-516.

## [5.0.1](https://github.com/folio-org/ui-invoice/tree/v5.0.1) (2023-10-31)
[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v5.0.0...v5.0.1)
Expand Down
2 changes: 1 addition & 1 deletion src/invoices/Voucher/VendorAddress/VendorAddress.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit af1cef4

Please sign in to comment.