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 and zburke committed Mar 31, 2023
1 parent 4a73b6b commit 00271ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for stripes-core

## 9.0.5 IN PROGRESS

* Correctly set app-icons' z-index. Refs STCOR-707.

## [9.0.4](https://github.com/folio-org/stripes-core/tree/v9.0.4) (2023-03-15)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.3...v9.0.4)

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 00271ec

Please sign in to comment.