mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #2862 - Fix a few nested selectors
This commit is contained in:
parent
c794e74cf0
commit
f2560c57b6
2 changed files with 134 additions and 145 deletions
|
|
@ -683,7 +683,7 @@ private:
|
|||
if (c == '{') {
|
||||
return true;
|
||||
}
|
||||
if (c == ':' || c == ';' || c == '}') {
|
||||
if (c == ';' || c == '}') {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue