From a67774c6e8b91b2737817752fc77274ff3735ccb Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 29 Nov 2016 16:01:51 +0100 Subject: [PATCH] textures and hdris can also have the public icon --- src/styles/plugins/_jstree.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/plugins/_jstree.sass b/src/styles/plugins/_jstree.sass index 259879f1..d00cdb54 100644 --- a/src/styles/plugins/_jstree.sass +++ b/src/styles/plugins/_jstree.sass @@ -21,7 +21,8 @@ $tree-color-highlight-background-text: white width: 100% &[data-node-type="asset"], - &[data-node-type="texture"] + &[data-node-type="texture"], + &[data-node-type="hdri"] &[is_free='true'] .jstree-anchor padding-right: 20px