forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D4821 --HG-- extra : moz-landing-system : lando
6 lines
154 B
CSS
6 lines
154 B
CSS
html.private .showNormal,
|
|
html.normal .showPrivate,
|
|
body[tpEnabled] .showTpDisabled,
|
|
body:not([tpEnabled]) .showTpEnabled {
|
|
display: none !important;
|
|
}
|