mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed linter errors
This commit is contained in:
parent
be0a36d1b0
commit
a7ab13fe98
@ -29,10 +29,7 @@ import {
|
||||
} from "rxjs"
|
||||
|
||||
import { translation } from "~/_"
|
||||
import {
|
||||
getElement,
|
||||
getElements
|
||||
} from "~/browser"
|
||||
import { getElement } from "~/browser"
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Helper types
|
||||
|
@ -215,12 +215,12 @@
|
||||
// removed after copying is done to mitigate whitespace-related issues.
|
||||
code[data-md-copying] {
|
||||
|
||||
// Remove highlighted lines - see https://bit.ly/32iVGWh
|
||||
// Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
|
||||
.hll {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
// Remove code annotation
|
||||
// Temporarily remove annotations
|
||||
.md-annotation {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user