https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42495 Bug ID: 42495 Summary: OPACUserCSS editor points out syntax errors that aren't there Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: tadeusz@sosnierz.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Created attachment 198353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198353&action=edit Screenshot of the issue Entering the following CSS into the OPACUserCSS editor field: ``` div.availability:has(span.noitems) { color: red; } ``` results in an error popup: "Expected RPAREN at line 1, col 26.". The CSS is correct though, and works as expected. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.