Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

lost close button (X) on inactive tabs since version 113 install

  • 3 respostas
  • 0 tem este problema
  • 5 visualizações
  • Última resposta de cor-el

more options

Had the line

.tab-close-button:not([pinned="true"]) { display: -moz-box !important; }

in my userchrome.css which put the close button on all tabs. This no longer works.

Also there is no Close Button (X) on hover for inactive tabs.

Had the line .tab-close-button:not([pinned="true"]) { display: -moz-box !important; } in my userchrome.css which put the close button on all tabs. This no longer works. Also there is no Close Button (X) on hover for inactive tabs.

Solução escolhida

Try changing '-moz-box' to 'flex'.

Ler esta resposta 👍 0

Todas as respostas (3)

more options

currently, there are a lot of problems with the new update so one of the solutions is to use an older version

more options

Solução escolhida

Try changing '-moz-box' to 'flex'.

Alterado por Terry em

more options

You can also use unset.

.tab-close-button:not([pinned]) { display: unset !important; }