Commit 53f313c Martin Muda
committed
1 parent 8d79f49 commit 53f313c Copy full SHA for 53f313c
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
/* Check Firefox has() support */
9
9
@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 {
12
12
display : none ;
13
13
14
14
}
15
15
16
16
.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)' ;
19
18
text-shadow : 0 0 2px red ;
20
19
font-size : 18px ;
20
+ background-color : yellow ;
21
+ padding : 10px ;
22
+ text-align : center ;
21
23
22
24
}
23
25
24
26
.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' " ;
26
28
text-shadow : 0 0 2px rgba (253 , 2 , 2 , 0.384 );
27
- font-size : 18px ;
29
+ font-size : 12px ;
30
+ text-align : center ;
28
31
29
32
}
30
33
}
You can’t perform that action at this time.
0 commit comments