Commit b563daf6 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in...

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

Linted.
parent e4760415
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -127,12 +127,13 @@ const gLoxInvites = {

  observe(subject, topic) {
    switch (topic) {
      case TorSettingsTopics.SettingsChanged:
      case TorSettingsTopics.SettingsChanged: {
        const { changes } = subject.wrappedJSObject;
        if (changes.includes("bridges.source")) {
          this._updateLoxId();
        }
        break;
      }
      case LoxTopics.UpdateActiveLoxId:
        this._updateLoxId();
        break;
+1 −1
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ button.spoof-button-disabled {
}

.tor-bridges-provider-name {
  font-weight: 600;
  font-weight: var(--font-weight-bold);
  font-size: 0.85em;
}