We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aa3bb0 + 847c67c commit 5e8d359Copy full SHA for 5e8d359
3 files changed
HTMLSamples/tree-grid/file-explorer.html
@@ -18,11 +18,11 @@
18
19
<style>
20
.ui-icon.ui-igtreegrid-expansion-indicator.ui-icon-minus {
21
- background: url(../../images/samples/tree-grid/opened_folder.png) !important;
+ background: url(https://igniteui.github.io/help-samples/images/tree-grid/opened_folder.png) !important;
22
background-repeat: no-repeat;
23
}
24
.ui-icon.ui-igtreegrid-expansion-indicator.ui-icon-plus {
25
- background: url(../../images/samples/tree-grid/folder.png) !important;
+ background: url(https://igniteui.github.io/help-samples/images/tree-grid/folder.png) !important;
26
27
28
.ui-icon-plus:before {
images/tree-grid/folder.png
385 Bytes
images/tree-grid/opened_folder.png
461 Bytes
0 commit comments