Summary: Ref T3078 Reviewers: kuba-orlik Maniphest Tasks: T3078 Differential Revision: https://hub.sealcode.org/D1687
12 lines
306 B
CSS
12 lines
306 B
CSS
/* we properly embed charset metadata, but Turbo changes the order of elements in <head> and this rule gives a false positive */
|
|
head :first-child:not([charset]) {
|
|
&,
|
|
&::after {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
head :first-child:not([charset]) ~ link:last-of-type::before {
|
|
display: none !important;
|
|
}
|