Skip to content
Snippets Groups Projects
Commit 8c588a9f authored by Dan Ballard's avatar Dan Ballard Committed by Richard Pospesel
Browse files

fixup! fixup! Bug 31286: Implementation of bridge, proxy, and firewall...

fixup! fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

bug 41093: fix css on 'what are these' links to not use .expanded but more precise :not syntax
parent b736054d
1 merge request!580Rebase Tor Browser Alpha to 102.9.0esr
......@@ -260,16 +260,17 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
background: var(--in-content-box-background-odd);
}
.torPreferences-bridgeCard-manualLink {
#torPreferences-currentBridges-cards:not(
.single-card
) .torPreferences-bridgeCard:not(
.expanded,
.currently-connected
) .torPreferences-bridgeCard-manualLink {
display: none;
}
.expanded .torPreferences-bridgeCard-manualLink {
display: inline;
flex: 1;
.torPreferences-bridgeCard-manualLink {
margin: 0 8px;
white-space: nowrap;
text-overflow: ellipsis;
}
.torPreferences-bridgeCard-headingAddr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment