[design] change button ring focus style

This commit is contained in:
zombieFox 2020-04-22 18:27:17 +01:00
parent 48bdb6ef9c
commit 2db6d22e05
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.20.0",
"version": "5.21.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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);
}

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.20.0";
var current = "5.21.0";
var name = "Zonked Tarsier";

View File

@ -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"