Skip to content

Commit 3b3efe1

Browse files
committed
[design] add button line and ring support to dropdown
1 parent 5e9a28a commit 3b3efe1

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightTab",
3-
"version": "5.24.1",
3+
"version": "5.25.0",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/form.css‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,12 +1816,13 @@ input[type="range"]:disabled::-moz-range-progress{
18161816

18171817
.form-dropdown-menubutton,
18181818
.form-dropdown-menu .button{
1819-
border:0;
18201819
border-radius:0;
1821-
margin-bottom:0;
18221820
justify-content: flex-start;
18231821
position: relative;
1824-
box-shadow: none;
1822+
}
1823+
1824+
.form-dropdown-menu .button-line:after{
1825+
border-radius:0;
18251826
}
18261827

18271828
.form-group.form-group-nested-button .form-dropdown-menu*:first-child .button,

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="5.24.1";
3+
varcurrent="5.25.0";
44

55
varname="Zonked Tarsier";
66

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "5.24.1",
5+
"version": "5.25.0",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)