🔧 Adjusted css to show tooltip on hover tabs
This commit is contained in:
parent
ff188249bb
commit
095aa39dae
1 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue