Skip to content
Snippets Groups Projects
Commit 01b72445 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

replace and remove add

parent 6997f6ea
No related branches found
No related tags found
No related merge requests found
<svg id="add" viewBox="0 0 32 32" fill="currentcolor" ng-attr-width="{{width}}" ng-attr-height="{{height}}">
<path d="M19,13 L19,2 L14,2 L14,13 L2,13 L2,18 L14,18 L14,30 L19,30 L19,18 L30,18 L30,13 L19,13 Z"></path>
</svg>
......@@ -40,7 +40,7 @@
<!-- add filter button/dropdown -->
<div class="Dropdown inline-block" dropdown is-open="filtersOpen">
<a class="Pill link mr1" href="#" dropdown-toggle ng-click="toggleNewFilters()">
<cv-add-icon width="12px" height="12px"></cv-add-icon>
<mb-icon name="add" width="12px" height="12px"></mb-icon>
Filter
</a>
<div class="Dropdown-content" ng-click="handleDropdownInput($event)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment