diff --git a/src/assets/javascripts/integrations/clipboard/index.ts b/src/assets/javascripts/integrations/clipboard/index.ts index f963d26e2..8513d7050 100644 --- a/src/assets/javascripts/integrations/clipboard/index.ts +++ b/src/assets/javascripts/integrations/clipboard/index.ts @@ -29,10 +29,7 @@ import { } from "rxjs" import { translation } from "~/_" -import { - getElement, - getElements -} from "~/browser" +import { getElement } from "~/browser" /* ---------------------------------------------------------------------------- * Helper types diff --git a/src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss b/src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss index 83c4d1334..a802d5074 100644 --- a/src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss +++ b/src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss @@ -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; }