deprecate fake_tab_tooltip.css as Firefox already does same thing better

This commit is contained in:
MrOtherGuy
2024-05-04 07:15:35 +03:00
parent 44e1db76fa
commit 66968d544a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/fake_tab_tooltip.css made available under Mozilla Public License v. 2.0
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/deprecated/fake_tab_tooltip.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* This creates a fake tooltip-like box under hovered tab showing it's full title.

View File

@@ -42,7 +42,7 @@
"fake_statusbar_w_bookmarksbar.css":["hack","status","toolbars","bookmarks"],
"fake_urlbar_dropmarker.css":["urlbar","hack"],
"fake_statusbar_w_menubar.css":["hack","status","toolbars","menubar"],
"fake_tab_tooltip.css":["tab","hack","popup"],
"deprecated/fake_tab_tooltip.css":["legacy"],
"floating_findbar_on_top.css":["findbar"],
"deprecated/full_width_urlbar_popup.css":["legacy"],
"deprecated/google_style_urlbar_popup.css":["legacy"],

View File

@@ -41,7 +41,7 @@ drag_window_from_urlbar.css,urlbar,windows
fake_statusbar_w_bookmarksbar.css,hack,status,toolbars,bookmarks
fake_urlbar_dropmarker.css,urlbar,hack
fake_statusbar_w_menubar.css,hack,status,toolbars,menubar
fake_tab_tooltip.css,tab,hack,popup
deprecated/fake_tab_tooltip.css,legacy
floating_findbar_on_top.css,findbar
deprecated/full_width_urlbar_popup.css,legacy
deprecated/google_style_urlbar_popup.css,legacy
1 auto_devtools_theme_for_rdm.css,devtools,colors
41 fake_statusbar_w_bookmarksbar.css,hack,status,toolbars,bookmarks
42 fake_urlbar_dropmarker.css,urlbar,hack
43 fake_statusbar_w_menubar.css,hack,status,toolbars,menubar
44 fake_tab_tooltip.css,tab,hack,popup deprecated/fake_tab_tooltip.css,legacy
45 floating_findbar_on_top.css,findbar
46 deprecated/full_width_urlbar_popup.css,legacy
47 deprecated/google_style_urlbar_popup.css,legacy