mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
fix extra space
This commit is contained in:
parent
92c465f81a
commit
b5c2eba12d
@ -248,7 +248,7 @@ void mycss_selectors_parser_selector_pseudo_class(mycss_entry_t* entry, mycss_to
|
||||
}
|
||||
}
|
||||
|
||||
if (selector->type == MyCSS_SELECTORS_TYPE_PSEUDO_ELEMENT) {
|
||||
if(selector->type == MyCSS_SELECTORS_TYPE_PSEUDO_ELEMENT) {
|
||||
if(entry->selectors->specificity)
|
||||
entry->selectors->specificity->c++;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user