feature/default_network_editable
kumavis 7 years ago
parent 947f13d58c
commit 4115c25d8f
  1. 2
      ui/app/app.js
  2. 4
      ui/app/components/account-dropdowns.js

@ -203,7 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
classList.contains('menu-icon'), classList.contains('menu-icon'),
classList.contains('network-name'), classList.contains('network-name'),
classList.contains('network-indicator'), classList.contains('network-indicator'),
].filter(bool => bool).length === 0; ].filter(bool => bool).length === 0
// classes from three constituent nodes of the toggle element // classes from three constituent nodes of the toggle element
if (isNotToggleElement) { if (isNotToggleElement) {

@ -17,8 +17,8 @@ class AccountDropdowns extends Component {
accountSelectorActive: false, accountSelectorActive: false,
optionsMenuActive: false, optionsMenuActive: false,
} }
this.accountSelectorToggleClassName = 'fa-angle-down'; this.accountSelectorToggleClassName = 'fa-angle-down'
this.optionsMenuToggleClassName = 'fa-ellipsis-h'; this.optionsMenuToggleClassName = 'fa-ellipsis-h'
} }
renderAccounts () { renderAccounts () {

Loading…
Cancel
Save