mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Reenable viewerCssTheme option for Firefox
The `viewerCssTheme` was removed in #17222 and subsequently reenabled in #17293, but only for Chromium and generic builds. This commit reenables the function using the new method introduced in #17293.
This commit is contained in:
parent
e999f77959
commit
4069c3a422
3 changed files with 39 additions and 36 deletions
|
@ -1431,6 +1431,7 @@ gulp.task(
|
|||
.pipe(
|
||||
postcss([
|
||||
discardCommentsCSS(),
|
||||
postcssDarkThemeClass(),
|
||||
autoprefixer(MOZCENTRAL_AUTOPREFIXER_CONFIG),
|
||||
])
|
||||
)
|
||||
|
@ -1441,6 +1442,7 @@ gulp.task(
|
|||
.pipe(
|
||||
postcss([
|
||||
discardCommentsCSS(),
|
||||
postcssDarkThemeClass(),
|
||||
autoprefixer(MOZCENTRAL_AUTOPREFIXER_CONFIG),
|
||||
])
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue