[design] add button line and ring support to dropdown

This commit is contained in:
zombieFox 2020-04-25 11:33:33 +01:00
parent 5e9a28a7f9
commit 3b3efe1447
5 changed files with 8 additions and 7 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.24.1",
"version": "5.25.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

@ -1816,12 +1816,13 @@ input[type="range"]:disabled::-moz-range-progress {
.form-dropdown-menu button,
.form-dropdown-menu .button {
border: 0;
border-radius: 0;
margin-bottom: 0;
justify-content: flex-start;
position: relative;
box-shadow: none;
}
.form-dropdown-menu .button-line:after {
border-radius: 0;
}
.form-group.form-group-nested-button .form-dropdown-menu *:first-child .button,

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.24.1";
var current = "5.25.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.24.1",
"version": "5.25.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"