Fix selector?

This commit is contained in:
Cohee 2024-05-19 22:33:16 +03:00
parent 82f56da16b
commit 5f79579a4d
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ body .panelControlBar {
}
}
@supports not selector(& .foo) {
@supports not selector(&) {
.stscript_btn {
display: none;
}