1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Remove Malibu (#14176)

This commit is contained in:
David Walsh 2022-03-24 09:45:16 -05:00 committed by GitHub
parent 2ab2b594ed
commit 86fb8e3a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@
// These are declared as variables and hoisted because they are // These are declared as variables and hoisted because they are
// used as rgba's and native rgba doesn't accept var() // used as rgba's and native rgba doesn't accept var()
$malibu-blue: #7ac9fd;
$alto: #dedede; $alto: #dedede;
$black: #000; $black: #000;
$white: #fff; $white: #fff;

View File

@ -25,11 +25,11 @@
&:hover, &:hover,
&:focus { &:focus {
border-color: rgba($malibu-blue, 0.5); border-color: var(--color-primary-muted);
} }
&--selected { &--selected {
border-color: var(--malibu-blue) !important; border-color: var(--color-primary-default) !important;
} }
&--disabled { &--disabled {
@ -45,7 +45,7 @@
background-size: contain; background-size: contain;
background-position: center; background-position: center;
border-radius: 50%; border-radius: 50%;
background-color: var(--white); background-color: var(--color-background-default);
box-shadow: 0 2px 4px 0 rgba($black, 0.24); box-shadow: 0 2px 4px 0 rgba($black, 0.24);
margin-right: 12px; margin-right: 12px;
flex: 0 0 auto; flex: 0 0 auto;