Skip to content

Commit 5e8d359

Browse files
committed
Merge branch 'master' into 16.2
2 parents 9aa3bb0 + 847c67c commit 5e8d359

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

HTMLSamples/tree-grid/file-explorer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
<style>
2020
.ui-icon.ui-igtreegrid-expansion-indicator.ui-icon-minus {
21-
background: url(../../images/samples/tree-grid/opened_folder.png) !important;
21+
background: url(https://igniteui.github.io/help-samples/images/tree-grid/opened_folder.png) !important;
2222
background-repeat: no-repeat;
2323
}
2424
.ui-icon.ui-igtreegrid-expansion-indicator.ui-icon-plus {
25-
background: url(../../images/samples/tree-grid/folder.png) !important;
25+
background: url(https://igniteui.github.io/help-samples/images/tree-grid/folder.png) !important;
2626
background-repeat: no-repeat;
2727
}
2828
.ui-icon-plus:before {

images/tree-grid/folder.png

385 Bytes
Loading

images/tree-grid/opened_folder.png

461 Bytes
Loading

0 commit comments

Comments
 (0)