Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit cc2c457

Browse files
author
Abraham Murciano
committed
remove expand-vertical-tabs-on-hover
1 parent d8901ff commit cc2c457

File tree

5 files changed

+6
-166
lines changed

5 files changed

+6
-166
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update: Firefox v138
22

3-
As of Firefox v138, [Expand Vertical Tabs on Hover](#expand-vertical-tabs-on-hover) no longer works, and I can't figure out how to fix it with plain CSS. However, a similar feature is now available natively. To use it, set the following options in `about:config`.
3+
As of Firefox v138, [Expand Vertical Tabs on Hover (Deprecated)](#expand-vertical-tabs-on-hover-deprecated) no longer works, and I can't figure out how to fix it with plain CSS. However, a similar feature is now available natively. To use it, set the following options in `about:config`.
44

55
| Setting | Value | Description |
66
| --- | --- | --- |
@@ -15,7 +15,7 @@ A collection of CSS tweaks for Firefox to customize its appearance and behavior.
1515

1616
## Table of Contents
1717
- [Tweaks](#tweaks)
18-
- [Expand Vertical Tabs on Hover](#expand-vertical-tabs-on-hover)
18+
- [Expand Vertical Tabs on Hover (Deprecated)](#expand-vertical-tabs-on-hover-deprecated)
1919
- [Better Active Tab Indicator](#better-active-tab-indicator)
2020
- [Installation](#installation)
2121
- [1. Enable `userChrome.css` Support](#1-enable-userchromecss-support)
@@ -25,7 +25,9 @@ A collection of CSS tweaks for Firefox to customize its appearance and behavior.
2525

2626
## Tweaks
2727

28-
### Expand Vertical Tabs on Hover
28+
### Expand Vertical Tabs on Hover (Deprecated)
29+
30+
> **NOTE**: This tweak has been removed as of version `138-1` since it no longer works with firefox 138. If you're using an older version of Firefox and want to use this tweak, you can find it in any tag older than `138-1`.
2931
3032
This tweak enables vertical tabs in Firefox to automatically expand when hovering over them, displaying full tab titles with a smooth animation. This is a fork of [ENDE25/FIREFOX-tabs-hover-expand](https://github.com/ENDE25/FIREFOX-tabs-hover-expand).
3133

tweaks/expand-vertical-tabs-on-hover/custom-options.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

tweaks/expand-vertical-tabs-on-hover/index.css

Lines changed: 0 additions & 146 deletions
This file was deleted.

tweaks/expand-vertical-tabs-on-hover/options.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

userChrome.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/* @import "./tweaks/better-active-tab-indicator/index.css"; */
2-
/* @import "./tweaks/expand-vertical-tabs-on-hover/index.css"; */
1+
/* @import "./tweaks/better-active-tab-indicator/index.css"; */

0 commit comments

Comments
 (0)