Stretch outline of navigation section

This commit is contained in:
squidfunk 2023-09-23 15:38:05 +02:00
parent 8a1244e74a
commit e08d0471e9
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
5 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 }}">

View File

@ -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;
}
@ -606,8 +606,9 @@
pointer-events: none;
}
// Hide naviation icon
.md-nav__icon {
// Hide navigation icon
> [for],
.md-icon {
display: none;
}
}