mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-01 20:07:22 +02:00
Merge pull request #21408 from wooorm/wooorm/selection-color-transparent
Fix transparent color of `::selection` in Firefox
This commit is contained in:
commit
879437247b
@ -124,11 +124,13 @@
|
|||||||
/*#endif*/
|
/*#endif*/
|
||||||
/* stylelint-enable declaration-block-no-duplicate-properties */
|
/* stylelint-enable declaration-block-no-duplicate-properties */
|
||||||
background: color-mix(in srgb, AccentColor, transparent 50%);
|
background: color-mix(in srgb, AccentColor, transparent 50%);
|
||||||
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selectionRendering {
|
&.selectionRendering {
|
||||||
::selection {
|
::selection {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user