-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
This CSS:
.block-title .block-title-inner a:visited { color: #48484d; } // MAIN MENU - (used to keep mobile menu options hidden and keep weather/search and menu on one line) // #tncms-region-nav-main-nav-right-nav { float:left; } #tncms-region-main-nav-right-region { float:right; }
causes cssom to parse the selectorText
//MAIN MENU - (used to keep mobile menu options hidden and keep weather/search and menu on one line) // #tncms-region-nav-main-nav-right-nav
where it should probably just throw out that entire rule. That is what Chrome does, at least.
Metadata
Metadata
Assignees
Labels
No labels