Skip to content

Commit

Permalink
Merge pull request googlearchive#31 from Andreas-Schoenefeldt/gh-pages
Browse files Browse the repository at this point in the history
Added a class to the js-info close icon
  • Loading branch information
stephenmcd authored Oct 4, 2016
2 parents 34e927d + fdd5610 commit b38e0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/infobubble-compiled.js

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

1 change: 1 addition & 0 deletions src/infobubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ InfoBubble.prototype.buildDom_ = function() {
close.style['border'] = 0;
close.style['zIndex'] = this.baseZIndex_ + 1;
close.style['cursor'] = 'pointer';
close.className = 'js-info-bubble-close';
close.src = this.get('closeSrc');

var that = this;
Expand Down

0 comments on commit b38e0ab

Please sign in to comment.