🔧 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 */ /* Disable the tooltip that appears when hovering over tabs */
.tabbrowser-tab:hover .tab-label { /* .tabbrowser-tab:hover .tab-label { */
pointer-events: none !important; /* pointer-events: none !important; */
} /* } */
/* Disable the tooltip completely for all tabs */ /* Disable the tooltip completely for all tabs */
.tabbrowser-tab:hover { /* .tabbrowser-tab:hover { */
visibility: hidden !important; /* visibility: hidden !important; */
} /* } */
menubar, menubar,
nav-bar, nav-bar,