Skip to content

Commit

Permalink
Add support for alternative active sidebar-item structure + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Oct 16, 2024
1 parent 5490d75 commit 2491d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _auk-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
.auk-sidebar__item--styled {
position: relative;

&.auk-sidebar__item--active {
&.auk-sidebar__item--active,
> a.active {
&:before {
content: "";
display: block;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanselarij-vlaanderen/au-kaleidos-css",
"version": "3.21.0",
"version": "3.22.0",
"description": "AppUniversum inspired Kaleidos CSS as a separate package.",
"main": "auk-standalone.css",
"scripts": {
Expand Down

0 comments on commit 2491d99

Please sign in to comment.