Fixed linter errors

This commit is contained in:
squidfunk 2021-12-19 13:44:15 +01:00
parent be0a36d1b0
commit a7ab13fe98
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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;
} }