We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This guy here https://github.com/plone/plonetheme.barceloneta/blob/master/plonetheme/barceloneta/theme/less/barceloneta-compiled.css#L2934 I can't speak for other versions of Windows but it doesn't work on Win7 in Chrome. It's fine in Firefox. It seems that "⟩" (should be same unicode) doesn't even work in some font families here, more info: http://stackoverflow.com/questions/23139696/why-html-entity-doesnt-work-on-win-chrome
I added the following to my css and it seems to work in all environments I've tried:
.portletNavigationTree .portletContent > ul > li > a:hover::after { font-family: Cambria Math; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This guy here https://github.com/plone/plonetheme.barceloneta/blob/master/plonetheme/barceloneta/theme/less/barceloneta-compiled.css#L2934 I can't speak for other versions of Windows but it doesn't work on Win7 in Chrome. It's fine in Firefox. It seems that "⟩" (should be same unicode) doesn't even work in some font families here, more info: http://stackoverflow.com/questions/23139696/why-html-entity-doesnt-work-on-win-chrome
I added the following to my css and it seems to work in all environments I've tried:
The text was updated successfully, but these errors were encountered: