Skip to content

Commit

Permalink
Stretch outline of navigation section
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 23, 2023
1 parent 8a1244e commit e08d047
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.800c1d3a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d451bc0e.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a5377069.min.css' | url }}">
Expand Down
7 changes: 4 additions & 3 deletions src/templates/assets/stylesheets/main/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}

// Navigation link on focus/hover
@at-root :is(a#{&}, label#{&}):is(:focus, :hover) {
&:is([href], [for]):is(:focus, :hover) {
color: var(--md-accent-fg-color);
cursor: pointer;
}
Expand Down Expand Up @@ -606,8 +606,9 @@
pointer-events: none;
}

// Hide naviation icon
.md-nav__icon {
// Hide navigation icon
> [for],
.md-icon {
display: none;
}
}
Expand Down

0 comments on commit e08d047

Please sign in to comment.