Bug Saving Unicode Escape Sequences
-
I tried adding the following CSS in an attempt to add the unicode character for a double right arrow at the end of certain menu links:
.sub-menu .has-sub-menu a:after { content: "\00BB"; display: inline-block; float: right; }
Unfortunately, the plugin doesn’t store the \0 properly, which causes the rest of the CSS that follows to not be read. I know this is valid CSS because I stuck it into one of my theme’s CSS files and it worked correctly.
https://www.ads-software.com/plugins/custom-css-manager-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug Saving Unicode Escape Sequences’ is closed to new replies.