Global filtering (#2434)

* Adds global filtering
* Markup changes to support global filtering
* Adds toggle button
* Added row item spacing for tree__item in mct-tree.vue;
* Significant mods to tree-based properties displays in Inspector:
* Padding in c-object-label tweaked;
* Class naming normalized, legacy classes removed;
* Layout fixed for filters in Browse mode
This commit is contained in:
Pegah Sarram
2019-08-16 10:16:43 -07:00
committed by Andrew Henry
parent aafe524454
commit 3dc6dac12d
17 changed files with 637 additions and 231 deletions

View File

@@ -20,7 +20,7 @@
align-items: center;
flex: 1 1 auto;
overflow: hidden;
padding: $interiorMarginSm;
padding: $interiorMarginSm 1px;
white-space: nowrap;
&__name {