Skip to content

Commit bd7d33a

Browse files
authored
Merge pull request #1144 from zen-browser/create-theme-1143
Add theme: DoubleClickless
2 parents bcb0315 + f67b702 commit bd7d33a

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#zen-browser-tabs-wrapper {
3+
pointer-events: none;
4+
& > * {
5+
pointer-events: auto;
6+
}
7+
}
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# DoubleClickless
3+
Disable double clicking and middle clicking on the tab bar to open a new tab.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "272850c0-36b4-4867-be8f-7c4b5942069f",
3+
"name": "DoubleClickless",
4+
"description": "Disable double clicking and middle clicking on the tab bar to open a new tab.",
5+
"homepage": "",
6+
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/chrome.css",
7+
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/readme.md",
8+
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/image.png",
9+
"author": "different55",
10+
"version": "1.0.0",
11+
"tags": [],
12+
"createdAt": "2025-02-24",
13+
"updatedAt": "2025-02-24"
14+
}

0 commit comments

Comments
 (0)