Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #459 from pwa-builder/v1.6.7
Browse files Browse the repository at this point in the history
v1.6.7
  • Loading branch information
lee-leonardo authored Oct 28, 2020
2 parents 7724fac + 4fc51c9 commit 31ea1ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/pwa-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ let pwainstall = class pwainstall extends LitElement {
background: var(--install-button-color);
}
#openButton:focus {
outline: auto;
outline: -webkit-focus-ring-color auto 1px;
}
#installButton,
#installCancelButton {
min-width: 130px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pwabuilder/pwainstall",
"version": "1.6.6",
"version": "1.6.7",
"description": "",
"main": "dist/pwa-install.js",
"module": "dist/pwa-install.js",
Expand Down

0 comments on commit 31ea1ed

Please sign in to comment.