Switch HDFS node to use normal Folder icon (#7430)

This commit is contained in:
Charles Gagnon
2019-09-30 16:00:08 -07:00
committed by GitHub
parent 9f065b2b5a
commit 6ab03053a0
3 changed files with 1 additions and 7 deletions

View File

@@ -235,7 +235,7 @@ export class ConnectionNode extends FolderNode {
nodeStatus: undefined,
nodeType: 'mssqlCluster:hdfs',
nodeSubType: undefined,
iconType: 'HDFSFolder'
iconType: 'Folder'
};
return nodeInfo;
}

View File

@@ -1 +0,0 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{clip-path:url(#clip-path-2);}.cls-4{clip-path:url(#clip-path-3);}.cls-5{clip-path:url(#clip-path-4);}.cls-6{clip-path:url(#clip-path-5);}.cls-7{clip-path:url(#clip-path-6);}.cls-8{clip-path:url(#clip-path-7);}.cls-9{clip-path:url(#clip-path-8);}.cls-10{fill-rule:evenodd;}.cls-11{fill:#231f20;}</style><clipPath id="clip-path"><rect class="cls-1" x="-15.77" y="29.43" width="15.81" height="13.48"/></clipPath><clipPath id="clip-path-2"><rect class="cls-1" x="-808.99" y="397.71" width="15.81" height="13.48"/></clipPath><clipPath id="clip-path-3"><rect class="cls-1" x="-807.99" y="397.71" width="15.81" height="13.48"/></clipPath><clipPath id="clip-path-4"><rect class="cls-1" x="-805.36" y="403.99" width="10.73" height="0.43"/></clipPath><clipPath id="clip-path-5"><rect class="cls-1" x="-805.06" y="402.75" width="10.14" height="0.43"/></clipPath><clipPath id="clip-path-6"><rect class="cls-1" x="-804.65" y="401.51" width="9.31" height="0.43"/></clipPath><clipPath id="clip-path-7"><rect class="cls-1" x="-804.24" y="400.27" width="8.5" height="0.43"/></clipPath><clipPath id="clip-path-8"><rect class="cls-1" x="-803.81" y="399.03" width="7.65" height="0.43"/></clipPath></defs><title>HDFS_folder</title><path class="cls-10" d="M12.85,1H3.36L.13,8.17l0,6.32H15.9V8.32ZM4,1.87h8.13l2.55,6H11.28l-.14.21C10.09,9.58,9,10.31,8,10.28c-1.71-.06-3-2.14-3-2.16l-.14-.23H1.32ZM14.92,13.63H1.08V8.75h3.2c.43.63,1.77,2.32,3.67,2.39H8c1.34,0,2.6-.81,3.78-2.39h3.09Z"/><rect class="cls-11" x="2.98" y="6.36" width="10.04" height="1"/><rect class="cls-11" x="4.06" y="4.4" width="7.97" height="1"/><rect class="cls-11" x="5.09" y="2.44" width="6.06" height="1"/></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -189,11 +189,6 @@
background: url("FullTextStopList.svg") center center no-repeat;
}
.vs .icon.hdfsfolder,
.vs-dark .icon.hdfsfolder,
.hc-black .icon.hdfsfolder {
background: url("HDFSFolder.svg") center center no-repeat;
}
.vs .icon.index,
.vs-dark .icon.index,
.hc-black .icon.index {