Skip to content

Commit

Permalink
update bootstrap 4 theme (x v)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloluis committed Jun 19, 2018
1 parent 707bc0b commit 7c432bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/suggestor/__tests__/__snapshots__/Suggestor.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`<Ssuggestor /> snapshot - with arrow 1`] = `
value=""
/>
<span
className="glyphicon glyphicon-triangle-bottom ss-triangle"
className="ss-arrow"
/>
</div>
`;
Expand All @@ -47,7 +47,7 @@ exports[`<Ssuggestor /> snapshot - with close 1`] = `
value="temp"
/>
<span
className="glyphicon glyphicon-remove ss-remove"
className="ss-remove"
onClick={[Function]}
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/themes/bootstrap-4.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"root": "input-group",
"input": "form-control",
"arrow": "dropdown-toggle ss-triangle",
"close": "",
"root": "input-group ss-root",
"input": "form-control ss-input",
"arrow": "ss-arrow",
"close": "ss-remove",
"list": "dropdown-menu ss-list",
"item": "dropdown-item",
"activeItem": "ss-over-item"
Expand Down

0 comments on commit 7c432bc

Please sign in to comment.