Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Add new css feature for FF113
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed May 10, 2023
1 parent 7436fb3 commit e1d527f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CSS tweaks/Tabs/Tab-close-button-only-on-hover.as.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
/* Made by Izheil */
/* Last updated: 19/12/2020 */

/* Tab close button visible only on hover */
#tabbrowser-tabs .tabbrowser-tab:not([pinned]) .tab-close-button {
display: none !important}

#tabbrowser-tabs .tabbrowser-tab:not([pinned]):hover .tab-close-button {
visibility: visible !important;
display: block !important}

#tabbrowser-tabs .tabbrowser-tab:not([pinned])[faviconized="true"]:hover .tab-close-button {
visibility: collapse !important;
display: none !important}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ If you want to know how to change some colors of the theme, check the [wiki](htt

Files updated:

* Multirow*.uc.js: Updated multirow for FF110.
- Multirow*.uc.js: Updated multirow for broken `--tab-growth` variable for FF113.
- Tab-close-button-only-on-hover.as.css: Added a new CSS to show the close button on tabs only when hovering over the tabs.

### Pre-Last update: 27/01/2023
### Pre-Last update: 14/02/2023

Files updated:

* /root/*: Updated patch dependencies from xiaoxiaoflood's repository.
- Multirow*.uc.js: Updated multirow for FF110.


### A note on people looking to replace some Tab Mix Plus features:
Expand Down

0 comments on commit e1d527f

Please sign in to comment.