🔧 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 */
|
||||
.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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue