Skip to content

Commit

Permalink
Change background-color for active sections (#4219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Sep 23, 2024
1 parent d04c62e commit 34647f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
13 changes: 8 additions & 5 deletions skin/adminhtml/default/openmage/menu.css

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

8 changes: 1 addition & 7 deletions skin/adminhtml/default/openmage/menu.css.map

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

8 changes: 8 additions & 0 deletions skin/adminhtml/default/openmage/scss/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@
}
}

&.level1, &.level2, &.level3 {
> a {
&.active:not(:hover) {
background: darken($white,10);
}
}
}

&#bubblelauncher-status {
a {
background-position: center 8px;
Expand Down

0 comments on commit 34647f2

Please sign in to comment.