Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from indiana-university/release/0.2.13
Browse files Browse the repository at this point in the history
Release 0.2.13
  • Loading branch information
levimcg committed Feb 25, 2021
2 parents 9d95faf + 006df60 commit 4feb9b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion dist/css/rivet-collapsible.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (C) 2018 The Trustees of Indiana University
* SPDX-License-Identifier: BSD-3-Clause
* rivet-collapsible - @version 0.2.11
* rivet-collapsible - @version 0.2.13
*/

.rvt-collapsible__title {
Expand Down Expand Up @@ -36,6 +36,8 @@

.rvt-collapsible__title button svg {
margin-right: 0.5rem;
-ms-flex-negative: 0;
flex-shrink: 0;
}

.rvt-collapsible__title button[aria-expanded="true"] svg {
Expand Down
4 changes: 2 additions & 2 deletions dist/css/rivet-collapsible.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/rivet-collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (C) 2018 The Trustees of Indiana University
* SPDX-License-Identifier: BSD-3-Clause
* rivet-collapsible - @version 0.2.11
* rivet-collapsible - @version 0.2.13
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion dist/js/rivet-collapsible.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rivet-collapsible",
"version": "0.2.12",
"version": "0.2.13",
"description": "An expand-and-collapse widget for Rivet",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4feb9b5

Please sign in to comment.