mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Change LOOSE label to IMPORTED
This commit is contained in:
parent
8895a225dc
commit
6d3f261b2f
@ -148,6 +148,6 @@ AccountMenu.prototype.indicateIfLoose = function (keyring) {
|
|||||||
try { // Sometimes keyrings aren't loaded yet:
|
try { // Sometimes keyrings aren't loaded yet:
|
||||||
const type = keyring.type
|
const type = keyring.type
|
||||||
const isLoose = type !== 'HD Key Tree'
|
const isLoose = type !== 'HD Key Tree'
|
||||||
return isLoose ? h('.keyring-label', 'LOOSE') : null
|
return isLoose ? h('.keyring-label', 'IMPORTED') : null
|
||||||
} catch (e) { return }
|
} catch (e) { return }
|
||||||
}
|
}
|
||||||
|
@ -65,6 +65,8 @@
|
|||||||
|
|
||||||
.keyring-label {
|
.keyring-label {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
background-color: $black;
|
||||||
|
color: $dusty-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -237,7 +237,6 @@ hr.horizontal-line {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 41px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user