<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to remove blue outline from embedded report? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041645#M23260</link>
    <description>&lt;P&gt;That's a fair point, and a11y efforts are important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But putting a &lt;STRONG&gt;big&lt;/STRONG&gt; blue border around something that is supposed to look "embedded", is not ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me quote &lt;A href="https://azure.microsoft.com/en-us/services/power-bi-embedded/" target="_self"&gt;from the power bi embedded webpage&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Quickly and easily provide customer-facing reports, dashboards, and analytics in your own applications by using and branding&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/" target="_blank" rel="noopener"&gt;Power BI&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;as your own&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"as your own" is not really possible, when a giant blue border appears as soon as the user clicks outside an embedded report&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":nerd_face:"&gt;🤓&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 10:40:48 GMT</pubDate>
    <dc:creator>alexbjorlig</dc:creator>
    <dc:date>2020-04-22T10:40:48Z</dc:date>
    <item>
      <title>How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1040053#M23237</link>
      <description>&lt;P&gt;My objective is to hide the blue box-shadow outline, power bi embedded adds when clicking on embedded content:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2020-04-21 at 20.53.16.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259049iBE25D2D2B532AC7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2020-04-21 at 20.53.16.png" alt="Screenshot 2020-04-21 at 20.53.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the chrome dev tools, I have found what I believe is the relevant DOM element and CSS selectors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2020-04-21 at 20.39.47.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259038i3497069A5248E02C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2020-04-21 at 20.39.47.png" alt="Screenshot 2020-04-21 at 20.39.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So the blue border is actually a combination of box-shadow and outline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Removing these CSS properties in chrome dev tools gets the job done, and removes the blue border.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our parent application is Angular 9. When adding the following css however, it does not work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;::ng-deep .displayArea .disableAnimations .fitToWidthCentered {
    outline: none !important;
    box-shadow: none !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me out here&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 18:57:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1040053#M23237</guid>
      <dc:creator>alexbjorlig</dc:creator>
      <dc:date>2020-04-21T18:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041299#M23251</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/204812"&gt;@alexbjorlig&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As far as I know, there is no way to disable this behaviour.&lt;/P&gt;&lt;P&gt;CSS in your own application will have no effect on the content of the embedded iFrame used by the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really like to be proved wrong on this one though, as it has bugged me for months now.&lt;BR /&gt;Maybe we should raise a new 'idea' and try to get enough people to vote for it to make it happen.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:32:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041299#M23251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041315#M23252</link>
      <description>&lt;P&gt;Ok - according to &lt;A href="https://stackoverflow.com/a/6495816/3694288" target="_self"&gt;this SO answer&lt;/A&gt;, you are correct about the CSS affecting the iframe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about the javascript&amp;nbsp;&lt;SPAN&gt;powerbi-client - is it open source?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I could maybe draft a pull request to add this feature?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041315#M23252</guid>
      <dc:creator>alexbjorlig</dc:creator>
      <dc:date>2020-04-22T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041332#M23253</link>
      <description>&lt;P&gt;The JavaScript Power BI client source code is a simple/thin API layer that allows applications to communicate with the underlying Power BI content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:45:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041332#M23253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041339#M23254</link>
      <description>&lt;P&gt;Ok - that is pretty bad news&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":crying_face:"&gt;😢&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the only option is to submit this as a feature request / idea...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:47:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041339#M23254</guid>
      <dc:creator>alexbjorlig</dc:creator>
      <dc:date>2020-04-22T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041362#M23255</link>
      <description>&lt;P&gt;Yeah. I had been tempted to raise a support call in the past.&lt;/P&gt;&lt;P&gt;But this is clearly 'by design' and cannot be considered a bug/support issue.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:54:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041362#M23255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T08:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041574#M23257</link>
      <description>&lt;P&gt;Realize that this border is part of the accessibility (a11y) effort Microsoft has put into the product and enables to option to use&amp;nbsp;screenreaders e.g.&lt;/P&gt;&lt;P&gt;To me a better option is to embrace a11y and include a11y in your own app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just my 2 cents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-JP&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:01:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041574#M23257</guid>
      <dc:creator>jppp</dc:creator>
      <dc:date>2020-04-22T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041631#M23259</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/3821"&gt;@jppp&lt;/a&gt; - That’s an important point that I hadn't considered.&lt;BR /&gt;&lt;BR /&gt;Perhaps the suggestion/idea shouldn't be about removing the border - instead giving the option to set its colour, so that it can be consistent with the application that is hosting it?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041631#M23259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041645#M23260</link>
      <description>&lt;P&gt;That's a fair point, and a11y efforts are important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But putting a &lt;STRONG&gt;big&lt;/STRONG&gt; blue border around something that is supposed to look "embedded", is not ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me quote &lt;A href="https://azure.microsoft.com/en-us/services/power-bi-embedded/" target="_self"&gt;from the power bi embedded webpage&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Quickly and easily provide customer-facing reports, dashboards, and analytics in your own applications by using and branding&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/" target="_blank" rel="noopener"&gt;Power BI&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;as your own&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"as your own" is not really possible, when a giant blue border appears as soon as the user clicks outside an embedded report&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":nerd_face:"&gt;🤓&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041645#M23260</guid>
      <dc:creator>alexbjorlig</dc:creator>
      <dc:date>2020-04-22T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041752#M23261</link>
      <description>&lt;P&gt;Probably the blue is intentionally picked as the best one regarding colorblindness.&lt;/P&gt;&lt;P&gt;Maybe some option to format this could help even if it are fixed colors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-JP&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1041752#M23261</guid>
      <dc:creator>jppp</dc:creator>
      <dc:date>2020-04-22T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove blue outline from embedded report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1266870#M25038</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/204812"&gt;@alexbjorlig&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you solve this problem? I have the same issue. When I click on my dashboard on my app with Power BI Embedded, that appeals a blue box around my frame. I have trying so many things changing the CSS, changing the power bi theme and nothing. I don't believe Microsoft can solve this because we pay a lot of money to have a capacity in power bi premium.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you have any clue, please tell me.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 13:42:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-remove-blue-outline-from-embedded-report/m-p/1266870#M25038</guid>
      <dc:creator>lawrenceabith</dc:creator>
      <dc:date>2020-08-02T13:42:37Z</dc:date>
    </item>
  </channel>
</rss>

