Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 3 отговора
  • 0 имат този проблем
  • 12 изгледи
  • Последен отговор от 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.

Избрано решение

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

Прочетете този отговор в контекста 👍 0

Всички отговори (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

Избрано решение

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

Променено на от Terry

more options

You can also use unset.

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