Dark Mode: Remove Malibu (#14176)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 2ab2b594ed
commit 86fb8e3a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/css/design-system/deprecated-colors.scss
  2. 6
      ui/pages/import-token/token-list/index.scss

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

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

Loading…
Cancel
Save