mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Stretch outline of navigation section
This commit is contained in:
parent
8a1244e74a
commit
e08d0471e9
File diff suppressed because one or more lines are too long
1
material/templates/assets/stylesheets/main.d451bc0e.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.d451bc0e.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 }}">
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user