Skip to content

Commit

Permalink
Fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Sep 17, 2019
1 parent 3deeb0b commit 73e78f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The attributes listed below are used in *components.json* to configure **Flip ca
No known limitations.

----------------------------
**Version number:** 3.0.0
**Version number:** 3.0.1
**Framework versions:** 4+
**Author / maintainer:** Deltanet with [contributors](https://github.com/deltanet/adapt-flipcard-audio/graphs/contributors)
**Accessibility support:** yes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-flipcard-audio",
"version": "3.0.0",
"version": "3.0.1",
"framework": ">=4",
"homepage": "https://github.com/deltanet/adapt-flipcard-audio",
"issues": "https://github.com/deltanet/adapt-flipcard-audio/issues",
Expand Down
4 changes: 4 additions & 0 deletions less/flipcard-audio.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
margin-right: 1%;
color: @primary-color-inverted;

&:hover {
color: @primary-color-inverted;
}

&.visited {
.flipcard-audio-item-front {
border: 3px solid @item-color-visited;
Expand Down

0 comments on commit 73e78f3

Please sign in to comment.