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
be0a36d1b0
commit
a7ab13fe98
@ -29,10 +29,7 @@ import {
|
|||||||
} from "rxjs"
|
} from "rxjs"
|
||||||
|
|
||||||
import { translation } from "~/_"
|
import { translation } from "~/_"
|
||||||
import {
|
import { getElement } from "~/browser"
|
||||||
getElement,
|
|
||||||
getElements
|
|
||||||
} from "~/browser"
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* Helper types
|
* Helper types
|
||||||
|
@ -215,12 +215,12 @@
|
|||||||
// removed after copying is done to mitigate whitespace-related issues.
|
// removed after copying is done to mitigate whitespace-related issues.
|
||||||
code[data-md-copying] {
|
code[data-md-copying] {
|
||||||
|
|
||||||
// Remove highlighted lines - see https://bit.ly/32iVGWh
|
// Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
|
||||||
.hll {
|
.hll {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove code annotation
|
// Temporarily remove annotations
|
||||||
.md-annotation {
|
.md-annotation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user