Skip to content

Commit f7a576b

Browse files
committed
Tell non-Firefox browsers to ignore Firefox-specific @import
1 parent a80f8a6 commit f7a576b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webext-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Chrome only: -webkit-hyphens */
66
/* Safari only: _::-webkit-full-page-media */
77

8-
@import 'chrome://global/skin/in-content/common.css'; /* Firefox-only */
8+
@import 'chrome://global/skin/in-content/common.css' (min--moz-device-pixel-ratio:0); /* Firefox-only */
99

1010
:root {
1111
--background-color-for-chrome: #292a2d;

0 commit comments

Comments
 (0)