Skip to content

Commit

Permalink
[design] change button ring focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Apr 22, 2020
1 parent 48bdb6e commit 2db6d22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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": "nightTab",
"version": "5.20.0",
"version": "5.21.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ button [class*=" button-"]:last-child,
transition: background-color var(--layout-timing-extra-fast), border-color var(--layout-timing-extra-fast), color var(--layout-timing-extra-fast), box-shadow var(--layout-timing-extra-fast);
}

.button-ring:focus,
.button-ring:hover {
box-shadow: var(--form-ring-hover);
}

.button-ring:focus,
.button-ring:active {
box-shadow: var(--form-ring-accent);
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var version = (function() {

var current = "5.20.0";
var current = "5.21.0";

var name = "Zonked Tarsier";

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "5.20.0",
"version": "5.21.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit 2db6d22

Please sign in to comment.