Skip to content

Commit 53f313c

Browse files
author
Martin Muda
committed
update
1 parent 8d79f49 commit 53f313c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/utilities/_reset.scss

+9-6
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,27 @@
77

88
/* Check Firefox has() support */
99
@supports not selector(:has(a)) {
10-
11-
.o-container .o-orbit {
10+
11+
.o-container .o-orbit, .o-container .o-core, .o-container .o-sector {
1212
display: none;
1313

1414
}
1515

1616
.o-container::before {
17-
background-color: yellow;
18-
content: '°ⓩ Orbit is not yet supported by 🦊 Firefox (until v.120)';
17+
content: '⚠️ °ⓩ Orbit is not yet supported by 🦊 Firefox (until v.120)';
1918
text-shadow: 0 0 2px red;
2019
font-size: 18px;
20+
background-color: yellow;
21+
padding: 10px;
22+
text-align: center;
2123

2224
}
2325

2426
.o-container::after {
25-
content: "To experience Orbit, enable 'layout.css.has-selector.enabled' in your Firefox settings. Just head to about:config!";
27+
content: "To experience Orbit, enable 'layout.css.has-selector.enabled' in 'about:config'";
2628
text-shadow: 0 0 2px rgba(253, 2, 2, 0.384);
27-
font-size: 18px;
29+
font-size: 12px;
30+
text-align: center;
2831

2932
}
3033
}

0 commit comments

Comments
 (0)