mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed linter errors
This commit is contained in:
parent
992562d051
commit
de49689f99
File diff suppressed because one or more lines are too long
@ -130,7 +130,7 @@
|
|||||||
|
|
||||||
// [no-js]: Hide button
|
// [no-js]: Hide button
|
||||||
.no-js & {
|
.no-js & {
|
||||||
display: none
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust for right-to-left languages
|
// Adjust for right-to-left languages
|
||||||
@ -204,7 +204,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Second header topic - title of the current page
|
// Second header topic - title of the current page
|
||||||
& + .md-header__topic {
|
+ .md-header__topic {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user