Skip to content

Commit

Permalink
STCOR-707: Apps icons replaced with blue rectangle on apps menu (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin authored Mar 30, 2023
1 parent a910579 commit 9cefa1d
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 @@
* Use 'Log in' consistently. Refs STCOR-697.
* Unpin `moment` to reflect what is provided in platforms. Refs STCOR-706, STRIPES-678.
* Expose additional functionality so it can be consumed via other modules. Refs STCOR-711.
* Apps icons replaced with blue rectangle on apps menu. Refs STCOR-707.

## [9.0.0](https://github.com/folio-org/stripes-core/tree/v9.0.0) (2023-01-30)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.3.0...v9.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainNav/NavButton/NavButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ button.navButton {
.icon,
.label {
position: relative;
z-index: 2;
z-index: 4;
}

.navButton,
Expand Down

0 comments on commit 9cefa1d

Please sign in to comment.