add tweak to show tab button when hovered over #46
This commit is contained in:
parent
48ca0d7875
commit
d907e2233e
3 changed files with 17 additions and 3 deletions
|
@ -294,3 +294,9 @@ browsing indicator) */
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("uc.tweak.show-tab-close-button-on-hover") {
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([pinned], [selected]):hover .tab-close-button {
|
||||
display: -moz-box !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue