🔧 Adjusted css to show tooltip on hover tabs

This commit is contained in:
tomit4 2025-08-20 21:26:25 -07:00
parent ff188249bb
commit 095aa39dae

View file

@ -44,14 +44,14 @@
}
/* Disable the tooltip that appears when hovering over tabs */
.tabbrowser-tab:hover .tab-label {
pointer-events: none !important;
}
/* .tabbrowser-tab:hover .tab-label { */
/* pointer-events: none !important; */
/* } */
/* Disable the tooltip completely for all tabs */
.tabbrowser-tab:hover {
visibility: hidden !important;
}
/* .tabbrowser-tab:hover { */
/* visibility: hidden !important; */
/* } */
menubar,
nav-bar,