Skip to content

Commit

Permalink
Merge pull request Ferlab-Ste-Justine#396 from Ferlab-Ste-Justine/fix…
Browse files Browse the repository at this point in the history
…/SKFP-895/remove-override-modal

fix(modal): SKFP-895 remove color override of modal
  • Loading branch information
lflangis authored Feb 23, 2024
2 parents e02d299 + df2e231 commit 7458257
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 16 deletions.
3 changes: 3 additions & 0 deletions packages/ui/Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 9.5.2 2024-02-23
- fix: SKFP-895 Remove color override of modal

### 9.5.1 2024-02-22
- fix: SJIP-715 fix card header truncable text on resize. Fix color issue on modal

Expand Down
2 changes: 2 additions & 0 deletions packages/ui/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ Object.defineProperty(window, 'matchMedia', {
})),
writable: true,
});

global.ResizeObserver = require('resize-observer-polyfill');
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ferlab/ui",
"version": "9.5.1",
"version": "9.5.2",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 0 additions & 13 deletions packages/ui/themes/override/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,3 @@ a.link {
}
}

.ant-modal-confirm {
.ant-modal-confirm-body > .anticon {
color: $orange-7;
}

&.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon {
color: $orange-7;
}

&.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
color: $red-7;
}
}

0 comments on commit 7458257

Please sign in to comment.