From c0bc5f901340b02b4a92ca9db8ed5f51ebbd01bf Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 5 Dec 2023 14:01:23 +0100 Subject: [PATCH] Remove the unused `--editor-toolbar-active-bg-color` CSS variable (PR 17352 follow-up) This CSS variable became unused in PR 17352 but we apparently forgot to remove it there, which causes issues when trying to update PDF.js in mozilla-central; see https://treeherder.mozilla.org/push-health/push?repo=try&revision=0701bd2c189d85cd9ff050d6d3e8336d8f36e625&tab=tests&testGroup=pr&selectedTest=browserbasecontentteststaticbrowserparsablecssjs&selectedTaskId= --- web/annotation_editor_layer_builder.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 0786ec7c8..126a87a5e 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -175,7 +175,6 @@ --editor-toolbar-hover-bg-color: #e0e0e6; --editor-toolbar-hover-fg-color: var(--editor-toolbar-fg-color); --editor-toolbar-hover-outline: none; - --editor-toolbar-active-bg-color: #cfcfd8; --editor-toolbar-focus-outline-color: #0060df; --editor-toolbar-shadow: 0 2px 6px 0 rgb(58 57 68 / 0.2); --editor-toolbar-vert-offset: 6px; @@ -186,7 +185,6 @@ --editor-toolbar-bg-color: #2b2a33; --editor-toolbar-fg-color: #fbfbfe; --editor-toolbar-hover-bg-color: #52525e; - --editor-toolbar-active-bg-color: #5b5b66; --editor-toolbar-focus-outline-color: #0df; } @@ -199,7 +197,6 @@ --editor-toolbar-hover-fg-color: AccentColor; --editor-toolbar-hover-outline: 2px solid var(--editor-toolbar-hover-border-color); - --editor-toolbar-active-bg-color: ButtonFace; --editor-toolbar-focus-outline-color: ButtonBorder; --editor-toolbar-shadow: none; }