[design] change menu nav opacity when edge is on screen

This commit is contained in:
zombieFox 2020-04-27 11:34:14 +01:00
parent a773114d1b
commit bf9f2f0c4f
6 changed files with 7 additions and 7 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "5.28.0", "version": "5.29.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -169,7 +169,7 @@
} }
.is-edge .menu-nav { .is-edge .menu-nav {
background-color: rgba(var(--theme-color-02), var(--menu-edge-opacity)); background-color: transparent;
} }
.menu-content { .menu-content {
@ -231,7 +231,7 @@
} }
.is-edge .menu-subnav { .is-edge .menu-subnav {
background-color: rgba(var(--theme-color-02), var(--menu-edge-opacity)); background-color: transparent;
} }
.menu-nav-sub { .menu-nav-sub {

View File

@ -237,7 +237,7 @@
--form-wrap-space: 1em; --form-wrap-space: 1em;
/* menu */ /* menu */
--menu-space: 0.75em; --menu-space: 0.75em;
--menu-edge-opacity: 0.5; --menu-edge-opacity: 0.75;
/* button */ /* button */
--button-background: var(--theme-color-02); --button-background: var(--theme-color-02);
--button-background-focus-hover: var(--theme-color-03); --button-background-focus-hover: var(--theme-color-03);

View File

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

View File

@ -2,7 +2,7 @@
"name": "nightTab", "name": "nightTab",
"short_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.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "5.28.0", "version": "5.29.0",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"