Skip to content

Commit

Permalink
fix: action-light-dark-mode-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Sep 21, 2023
1 parent d688a70 commit 3632ba3
Show file tree
Hide file tree
Showing 35 changed files with 84 additions and 35 deletions.
51 changes: 50 additions & 1 deletion packages/components/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,55 @@
</head>

<body>
<h1 class="scl-font-variant-body">index.html</h1>
<h2 class="scl-font-variant-body">DEFAULT</h2>
<p> arrow-right </p>
<scale-icon-action-arrow-right></scale-icon-action-arrow-right>
<p> arrow-down </p>
<scale-icon-action-arrow-down></scale-icon-action-arrow-down>
<p> arrow-up </p>
<scale-icon-action-arrow-up></scale-icon-action-arrow-up>
<p> content-folder </p>
<scale-icon-content-folder accessibility-title="folder"> </scale-icon-content-folder>


<br/>
<h2 class="scl-font-variant-body">SELECTED</h2>
<p> arrow-right </p>
<scale-icon-action-arrow-right selected></scale-icon-action-arrow-right>
<p> arrow-up </p>
<scale-icon-action-arrow-up selected></scale-icon-action-arrow-up>
<p> content-folder </p>
<scale-icon-content-folder selected> </scale-icon-content-folder>

<h2 class="scl-font-variant-body">OTHER BROKEN ICONS</h2>

<scale-icon-action-light-dark-mode accessibility-title="light-dark-mode"/>

<scale-icon-action-light-dark-mode selected accessibility-title="light-dark-mode"/>

<scale-icon-content-international accessibility-title="international"/>

<scale-icon-content-international selected accessibility-title="international"/>

<scale-icon-home-smarthome accessibility-title="smarthome"/>

<scale-icon-home-smarthome selected accessibility-title="smarthome"/>

<scale-icon-t-product-magenta-cloud accessibility-title="magenta-cloud"/>

<scale-icon-t-product-magenta-cloud selected accessibility-title="magenta-cloud"/>

<scale-icon-user-file-attachment accessibility-title="attachment"/>

<scale-icon-user-file-attachment selected accessibility-title="attachment"/>

<scale-icon-user-file-file accessibility-title="file"/>

<scale-icon-user-file-file selected accessibility-title="file"/>

<scale-icon-user-file-handshake accessibility-title="handshake"/>

<scale-icon-user-file-handshake selected accessibility-title="handshake"/>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/components/src/telekom/icons/home/iot/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3632ba3

Please sign in to comment.