Most important button missing is probably the preview button:
Current version of secure..
(Chrome 56 on Windows and Android, and the current Edge browser on Windows).
KostasPelelis | |
Mar 13 2017, 11:50 AM |
F4014312: Screen Shot 2017-03-13 at 9.05.32 AM.png | |
Mar 13 2017, 4:08 PM |
F4013262: pasted_file | |
Mar 13 2017, 2:57 PM |
Most important button missing is probably the preview button:
Current version of secure..
(Chrome 56 on Windows and Android, and the current Edge browser on Windows).
These CSS rules:
.device .remarkup-assist-button, .device .remarkup-assist-separator { display: none; }
...in webroot/rsrc/css/application/conpherence/message-pane.css are too broad. The Conpherence CSS is being pulled onto other pages (probably by the persistent chat popup) and these rules are applying everywhere. Here's the inspector in Safari:
I don't immediately see any recent change responsible for this, although I haven't tried to bisect; I suspect the culprit is something mundane and Celerity-related, not an actual CSS change. But we should fix the rules, since any CSS should be able to be included safely on any page without changing the display style.