Skip to content

Commit

Permalink
Merge pull request #1112 from sachajudd/pulls/1,6/icon-attention
Browse files Browse the repository at this point in the history
NEW Add attention icon for tab validation errors
  • Loading branch information
emteknetnz authored Sep 18, 2020
2 parents f88e70c + d9f0dd1 commit 1729957
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 1 deletion.
Binary file modified client/dist/fonts/silverstripe.eot
Binary file not shown.
1 change: 1 addition & 0 deletions client/dist/fonts/silverstripe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/dist/fonts/silverstripe.ttf
Binary file not shown.
Binary file modified client/dist/fonts/silverstripe.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

Binary file modified client/src/font/fonts/silverstripe.eot
Binary file not shown.
1 change: 1 addition & 0 deletions client/src/font/fonts/silverstripe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/src/font/fonts/silverstripe.ttf
Binary file not shown.
Binary file modified client/src/font/fonts/silverstripe.woff
Binary file not shown.
8 changes: 8 additions & 0 deletions client/src/font/icons-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,10 @@ <h2>CSS mapping</h2>
<div class="icon font-icon-block-tabs"></div>
<input type="text" readonly="readonly" value="block-tabs">
</li>
<li>
<div class="icon font-icon-attention-1"></div>
<input type="text" readonly="readonly" value="attention-1">
</li>
</ul>
<h2>Character mapping</h2>
<ul class="glyphs character-mapping">
Expand Down Expand Up @@ -2002,6 +2006,10 @@ <h2>Character mapping</h2>
<div data-icon="&#xe099;" class="icon"></div>
<input type="text" readonly="readonly" value="&amp;#xe099;">
</li>
<li>
<div data-icon="&#xe09a;" class="icon"></div>
<input type="text" readonly="readonly" value="&amp;#xe09a;">
</li>
</ul>
</div>
<script>(function() {
Expand Down
3 changes: 3 additions & 0 deletions client/src/font/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -782,3 +782,6 @@
.font-icon-block-tabs:before {
content: "\e099";
}
.font-icon-attention-1:before {
content: "\e09a";
}
4 changes: 4 additions & 0 deletions client/src/styles/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1016,3 +1016,7 @@
.font-icon-block-tabs:before {
content: "\e099";
}

.font-icon-attention-1:before {
content: "\e09a";
}

0 comments on commit 1729957

Please sign in to comment.