Skip to content

Commit 8e29455

Browse files
author
Amit Shuster
committed
Merged PR 6046: Playground - additional adjustments
* pngs change to svgs to remove white background * buttons on hover effect added * texts updated * IE & Edge adjustments were made * hide features on mobile and on report create * first bookmark is now selected on bookmark showcase * showcase feature switch removed * active mode indication added
1 parent b3da7ad commit 8e29455

32 files changed

+331
-190
lines changed

demo/v2-demo/code_area.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<div class="editorTitle">Code</div>
33
<div class="textAreaControls">
44
<button id="btnRunCode" class="textAreaControl regular">
5-
<img src="images\run.png" /> Run
5+
<img src="images\run.svg" /> Run
66
</button>
77
<button id="btnCopyCode" class="textAreaControl regular" onclick="elementClicked(this);CopyCode();">
8-
<img src="images\copy.png" /> Copy
8+
<img src="images\copy.svg" /> Copy
99
</button>
1010
</div>
1111

demo/v2-demo/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="docs-links">
55
<h2>Getting started</h2>
66
<a href="https://github.com/Microsoft/powerbi-javascript/wiki">Power BI JavaScript API wiki</a><br>
7-
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedding">Power BI Embedding Documentation</a><br>
7+
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedding">Power BI embedding documentation</a><br>
88
</div>
99
<div class="docs-links">
1010
<h2>Useful links</h2>

demo/v2-demo/images/clear.png

-450 Bytes
Binary file not shown.

demo/v2-demo/images/clear.svg

Lines changed: 3 additions & 0 deletions
Loading

demo/v2-demo/images/copy.png

-267 Bytes
Binary file not shown.

demo/v2-demo/images/copy.svg

Lines changed: 3 additions & 0 deletions
Loading

demo/v2-demo/images/ic_1column.svg

Lines changed: 1 addition & 25 deletions
Loading

demo/v2-demo/images/ic_2columns.svg

Lines changed: 1 addition & 34 deletions
Loading

demo/v2-demo/images/pc.png

-226 Bytes
Binary file not shown.

demo/v2-demo/images/pc.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)