mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Update colors in contact list (#14089)
This commit is contained in:
parent
cc90cdc99b
commit
aaf2bdb7fb
@ -16,23 +16,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
padding: 16px 14px;
|
|
||||||
flex: 0 0 auto;
|
|
||||||
border-bottom: 1px solid #dedede;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border: 1px solid var(--primary-blue);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__name {
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__header,
|
&__header,
|
||||||
&__header--edit {
|
&__header--edit {
|
||||||
&__name {
|
&__name {
|
||||||
@ -54,7 +37,7 @@
|
|||||||
@include H6;
|
@include H6;
|
||||||
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
color: var(--accent-red);
|
color: var(--color-error-default);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -173,7 +156,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: black;
|
color: var(--color-text-default);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -219,7 +202,7 @@
|
|||||||
@include H7;
|
@include H7;
|
||||||
|
|
||||||
left: 8px;
|
left: 8px;
|
||||||
color: var(--red);
|
color: var(--color-error-default);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user