Skip to content

Commit

Permalink
Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Jun 28, 2018
1 parent 1c4b134 commit 9c837a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The Icon popup attribute group contains values for **_isEnabled**, **_classes**,
No known limitations.

----------------------------
**Version number:** 2.1.5
**Version number:** 2.1.6
**Framework versions supported:** 2.0.4
**Author / maintainer:** DeltaNet with [contributors](https://github.com/deltanet/adapt-icon-popup/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-icon-popup",
"version": "2.1.5",
"version": "2.1.6",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-icon-popup",
"issues": "https://github.com/deltanet/adapt-icon-popup/issues",
Expand Down
12 changes: 4 additions & 8 deletions less/icon-popup.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.extension-icon-popup {

.icon-popup-item {
display: inline-block;
}

.icon-popup-open-button {
float: right;
.dir-rtl & {
float: left;
}
background-color: @item-color;
color: @item-text-color;
text-decoration:none;
Expand Down Expand Up @@ -35,10 +35,6 @@
}

.icon-popup-graphic-button {
float: right;
.dir-rtl & {
float: left;
}
img {
display: block;
}
Expand Down

0 comments on commit 9c837a2

Please sign in to comment.