update disabled td-chip style
Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/afebff35 Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/afebff35 Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/afebff35 Branch: refs/heads/gh-pages Commit: afebff3531e8c7f51bf41b215a24601104fa106d Parents: 3567be3 Author: Scott Aslan <[email protected]> Authored: Wed Mar 28 16:37:13 2018 -0400 Committer: Scott Aslan <[email protected]> Committed: Wed Mar 28 16:37:13 2018 -0400 ---------------------------------------------------------------------- .gitignore | 1 + package-lock.json | 6031 ++++++++++++++++++ platform/core/common/styles/_chips.scss | 4 + .../styles/css/fluid-design-system.min.css | 2 +- .../styles/css/fluid-design-system.min.css.gz | Bin 3176 -> 3198 bytes .../styles/css/fluid-design-system.min.css.map | 2 +- 6 files changed, 6038 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/afebff35/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f39ae71..ffbb696 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ coverage/ npm-debug.log* webapp/ +package-lock.json
