mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: No pinned tab reset btn
This commit is contained in:
parent
ec5e8e683c
commit
124787ae04
4 changed files with 27 additions and 0 deletions
9
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css
Normal file
9
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png
Normal file
BIN
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
4
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md
Normal file
4
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md
Normal 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.
|
14
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json
Normal file
14
themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue