Add files via upload
This commit is contained in:
parent
76397089d0
commit
60198dceef
1 changed files with 12 additions and 0 deletions
12
chrome/extras/hidetabclosebutton.css
Normal file
12
chrome/extras/hidetabclosebutton.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Hide tab close button when mouse not hovering over it */
|
||||
.tab-close-button {
|
||||
transform: translateY(32px) !important;
|
||||
margin-inline-start: -16px !important;
|
||||
transition-property: margin, transform !important;
|
||||
transition-duration: 200ms !important;
|
||||
transition-timing-function: cubic-bezier(1, 0, 0, 1) !important;
|
||||
}
|
||||
:-moz-any(.tabbrowser-tab:hover:hover, .tabbrowser-tab[visuallyselected]) .tab-close-button {
|
||||
transform: none !important;
|
||||
margin-inline-start: 0 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue