Skip to content

Commit

Permalink
CSS: Fix Hidden Border on Drilldown Left (#8728)
Browse files Browse the repository at this point in the history
See: https://mantis.ilias.de/view.php?id=42419
(cherry picked from commit 1be083d)
  • Loading branch information
kergomard authored and Amstutz committed Dec 23, 2024
1 parent 6112415 commit c2fc3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ $c-drilldown-selected-bg: $il-main-dark-bg;
.c-drilldown__menulevel--trigger {
@extend .btn;
@extend .btn-bulky;
&:focus-visible {
z-index: 100;
}
}

// visibility of menu items
Expand Down
3 changes: 3 additions & 0 deletions templates/default/delos.css

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

0 comments on commit c2fc3f1

Please sign in to comment.