You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
The text was updated successfully, but these errors were encountered:
This CSS:
causes cssom to parse the selectorText
where it should probably just throw out that entire rule. That is what Chrome does, at least.
The text was updated successfully, but these errors were encountered: