Merge pull request #17578 from Snuffleupagus/css-vars-unreferenced

Fix unreferenced CSS variables (PR 17533 follow-up)
This commit is contained in:
calixteman 2024-01-25 10:04:37 +01:00 committed by GitHub
commit 2f4017e22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,8 @@
padding-bottom: var(--pdfViewer-padding-bottom);
--hcm-highlight-filter: none;
--hcm-highlight-selected-filter: none;
@media screen and (forced-colors: active) {
--hcm-highlight-filter: invert(100%);
}

View File

@ -52,7 +52,6 @@
--highlight-selected-bg-color: rgb(0 100 0 / 0.25);
--highlight-backdrop-filter: none;
--highlight-selected-backdrop-filter: none;
--mix-blend-mode: exclusion;
@media screen and (forced-colors: active) {
--highlight-bg-color: transparent;