Skip to content

Commit 63d8fd5

Browse files
committed
[bug] fix link item hover state
1 parent dff78ed commit 63d8fd5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

‎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": "3.82.1",
3+
"version": "3.82.2",
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/link.css‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@
125125
}
126126

127127
.link-panel-front:hover,
128-
.link-panel-front:focus{
128+
.link-panel-front:focus,
129+
.link-item:focus-within .link-panel-front,
130+
.link-item:focus .link-panel-front,
131+
.link-item:hover .link-panel-front{
129132
background-color:rgb(var(--theme-gray-03));
130133
outline: none;
131134
text-decoration: none;

‎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="3.82.1";
3+
varcurrent="3.82.2";
44

55
varcompare=function(a,b){
66
varpa=a.split(".");

‎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": "3.82.1",
5+
"version": "3.82.2",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)