Forum Discussion
How to remove blue outline from embedded report?
Ok - according to this SO answer, you are correct about the CSS affecting the iframe.
What about the javascript powerbi-client - is it open source?
Then I could maybe draft a pull request to add this feature?
The JavaScript Power BI client source code is a simple/thin API layer that allows applications to communicate with the underlying Power BI content.
Most of the visual content is delivered through closed-source API requests, so I don't think that the markup/css changes required could be done within the JavaScript client code (unfortunately).
- alexbjorlig6 years ago
Helper IV
Ok - that is pretty bad news 😢
So the only option is to submit this as a feature request / idea...
- Anonymous6 years agoNot applicable
Yeah. I had been tempted to raise a support call in the past.
But this is clearly 'by design' and cannot be considered a bug/support issue.
- jppp6 years ago
Continued Contributor
Realize that this border is part of the accessibility (a11y) effort Microsoft has put into the product and enables to option to use screenreaders e.g.
To me a better option is to embrace a11y and include a11y in your own app.
Just my 2 cents.
-JP