mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed too many styles being reset in tab content
This commit is contained in:
parent
f1d80af51b
commit
a230122347
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.163bcbda.min.css.map
Normal file
1
material/assets/stylesheets/main.163bcbda.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.bc82e094.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.163bcbda.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
|
||||||
|
@ -221,8 +221,10 @@
|
|||||||
|
|
||||||
// Tab content container
|
// Tab content container
|
||||||
.tabbed-content {
|
.tabbed-content {
|
||||||
all: initial;
|
display: initial;
|
||||||
|
order: initial;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: initial;
|
||||||
|
|
||||||
// [print]: Move one layer up for ordering
|
// [print]: Move one layer up for ordering
|
||||||
@media print {
|
@media print {
|
||||||
|
Loading…
Reference in New Issue
Block a user