mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed appearance of linked tags when hovered (9.0.0 regression)
This commit is contained in:
parent
fbfb662588
commit
0de33b3d72
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.b0107b01.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3bd4f189.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">
|
||||
|
@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
// Linked tag on focus/hover
|
||||
&:is(a:focus, a:hover)::before {
|
||||
&[href]:is(:focus, :hover)::before {
|
||||
background-color: var(--md-accent-bg-color);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user