summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tart/addon/content/tab-min-width-1px.css
blob: 994ced11dd7deaf309c5863a6c009dbc2a3582c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/*
Overlay this style rule at tart/chrome.manifest (but it seems to regress tab perf):
style chrome://browser/content/browser.xhtml chrome://tart/content/tab-min-width-1px.css
*/

/* Prevent overflow while adding many tabs */
.tabbrowser-tab[fadein]:not([pinned]) {
  min-width: 1px !important;
}