Skip to content

Commit

Permalink
Change personalize styles and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamesallen15 committed Jan 8, 2024
1 parent 6e49da6 commit d347d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- `[Modal]` Fixed a bug where the modal would shift up when toggling a switch inside of it. ([#8018](https://github.com/infor-design/enterprise/issues/8018))
- `[Tabs]` Fixed size in close button of tab list. ([#8274](https://github.com/infor-design/enterprise/issues/8274))
- `[TabsModule]` Fixed more button not visible in alabaster. ([#8271](https://github.com/infor-design/enterprise/issues/8271))

## v4.91.0

Expand Down
3 changes: 2 additions & 1 deletion src/components/personalize/personalize.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ a.is-personalizable svg.ripple-effect {
.subheader.is-personalizable button:not(:disabled):not(.searchfield-category-button) .app-header.icon > span,
.is-personalizable .personalize-subheader button:not(:disabled),
.is-personalizable .personalize-subheader button:not(:disabled):not(.close):not(.notification-close) .icon,
.is-personalizable .personalize-subheader button:not(:disabled) .app-header.icon > span {
.is-personalizable .personalize-subheader button:not(:disabled) .app-header.icon > span,
.tab-container.module-tabs.is-personalizable .toolbar div:is(.more) [class^='btn']:not(.btn-menu) .icon {
color: ${colors.headerIconColor} !important;
}
Expand Down

0 comments on commit d347d86

Please sign in to comment.