I have the situation outlined in the screenshot attached where the IE11 inspector is showing me a style being applied that I cannot figure out where its coming from.
In this screenshot you'll see the inline styles, as expected, and some styles with details on what style sheet and line number they are coming from.
However, the second style - .cke { visibility: hidden } - is not inline nor is it attributed to a style sheet.
Where is this style coming from? I've used grep to search through the source files for this and can't find anything. Hoping someone here can point me in the right direction.