Merge pull request #866 from zen-browser/create-theme-865

Add theme: No pinned tab reset btn
This commit is contained in:
mr. m 2024-12-12 09:29:44 +01:00 committed by GitHub
commit a7548d725e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#tabbrowser-tabs {
& .tabbrowser-tab {
&[pinned]:not([zen-essential]):hover .tab-reset-button,
&[pinned][visuallyselected]:not([zen-essential]) .tab-reset-button {
display: none !important;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -0,0 +1,4 @@
# No pinned tab reset btn
A zen browser mod that hides the reset button that appears when hovering over pinned tabs.

View file

@ -0,0 +1,14 @@
{
"id": "c45c4894-d6bd-47fc-997a-0c4d015334f1",
"name": "No pinned tab reset btn",
"description": "Hides the reset button that appears when hovering over pinned tabs.",
"homepage": "https://github.com/spicybackend/zen-browser-no-pinned-url-reset",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png",
"author": "spicybackend",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-12-12",
"updatedAt": "2024-12-12"
}