Skip to content

Commit

Permalink
Merge branch 'fixsidebar-btn'
Browse files Browse the repository at this point in the history
This fixes git#1916.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 12, 2024
2 parents 5cd782f + 7991fa4 commit fb26f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/sass/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ aside.sidebar.active {
border: none;
left: 0;
width: 1.6rem;
&:focus + .sidebar {
@include responsive-sidebar-ui;
}
}
.sidebar-btn:focus + .sidebar, .sidebar:focus-within {
@include responsive-sidebar-ui;
}
aside{
&.sidebar {
Expand Down

0 comments on commit fb26f7f

Please sign in to comment.