mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed CSS errors detected during validation
This commit is contained in:
parent
e2a3469805
commit
6e43b874f6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application.d0a7fca6.css
Normal file
1
material/assets/stylesheets/application.d0a7fca6.css
Normal file
File diff suppressed because one or more lines are too long
@ -53,7 +53,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/application.982221ab.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/application.d0a7fca6.css' | url }}">
|
||||||
{% if palette.primary or palette.accent %}
|
{% if palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.224b79ff.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.224b79ff.css' | url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -190,7 +190,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/application.51c3f73e.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/application.31803f88.js' | url }}"></script>
|
||||||
{% if lang.t("search.language") != "en" %}
|
{% if lang.t("search.language") != "en" %}
|
||||||
{% set languages = lang.t("search.language").split(",") %}
|
{% set languages = lang.t("search.language").split(",") %}
|
||||||
{% if languages | length and languages[0] != "" %}
|
{% if languages | length and languages[0] != "" %}
|
||||||
|
@ -210,7 +210,7 @@ kbd {
|
|||||||
a > code {
|
a > code {
|
||||||
margin: inherit;
|
margin: inherit;
|
||||||
padding: inherit;
|
padding: inherit;
|
||||||
border-radius: none;
|
border-radius: initial;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -238,7 +238,7 @@ kbd {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
box-decoration-break: none;
|
box-decoration-break: slice;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
// [mobile -]: Increase padding to match text
|
// [mobile -]: Increase padding to match text
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
// Title
|
// Title
|
||||||
> .admonition-title {
|
> .admonition-title {
|
||||||
border-bottom-color: px2rem(1px) solid transparentize($tint, 0.9);
|
border-bottom-color: transparentize($tint, 0.9);
|
||||||
background-color: transparentize($tint, 0.9);
|
background-color: transparentize($tint, 0.9);
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
|
@ -221,7 +221,6 @@ hr {
|
|||||||
height: px2rem(1px);
|
height: px2rem(1px);
|
||||||
margin: px2rem(10px);
|
margin: px2rem(10px);
|
||||||
padding: px2rem(6px) px2rem(10px);
|
padding: px2rem(6px) px2rem(10px);
|
||||||
clip: rect(px2rem(1px));
|
|
||||||
transform: translateY(px2rem(8px));
|
transform: translateY(px2rem(8px));
|
||||||
border-radius: px2rem(2px);
|
border-radius: px2rem(2px);
|
||||||
background-color: $md-color-black;
|
background-color: $md-color-black;
|
||||||
|
@ -290,7 +290,7 @@ $md-toggle__search--checked:
|
|||||||
border-radius: px2rem(2px) px2rem(2px) 0 0;
|
border-radius: px2rem(2px) px2rem(2px) 0 0;
|
||||||
background-color: $md-color-white;
|
background-color: $md-color-white;
|
||||||
color: $md-color-black;
|
color: $md-color-black;
|
||||||
text-overflow: none;
|
text-overflow: clip;
|
||||||
|
|
||||||
// Placeholder and icon color in active state
|
// Placeholder and icon color in active state
|
||||||
+ .md-search__icon,
|
+ .md-search__icon,
|
||||||
|
Loading…
Reference in New Issue
Block a user