-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: removing more unused css #30217
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,18 +43,6 @@ html { | |
} | ||
} | ||
|
||
/* | ||
This error class is used in the following files still: | ||
/ui/pages/create-account/import-account/json.js | ||
/ui/pages/create-account/import-account/private-key.js | ||
*/ | ||
.error { | ||
color: var(--color-error-default); | ||
margin-top: 3px; | ||
margin-bottom: 9px; | ||
overflow-wrap: anywhere; | ||
} | ||
|
||
Comment on lines
-46
to
-57
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
to search for instances of |
||
/* stylelint-disable */ | ||
#app-content { | ||
overflow-x: hidden; | ||
|
@@ -83,47 +71,6 @@ a:hover { | |
color: var(--color-primary-alternative); | ||
} | ||
|
||
.input-label { | ||
padding-bottom: 10px; | ||
font-weight: 400; | ||
display: inline-block; | ||
} | ||
|
||
input.form-control { | ||
padding-left: 10px; | ||
font-size: 14px; | ||
height: 40px; | ||
border: 1px solid var(--color-border-default); | ||
color: 1px solid var(--color-text-default); | ||
background: transparent; | ||
border-radius: 3px; | ||
width: 100%; | ||
|
||
&::-webkit-input-placeholder { | ||
font-weight: 100; | ||
color: var(--color-text-muted); | ||
} | ||
|
||
&::-moz-placeholder { | ||
font-weight: 100; | ||
color: var(--color-text-muted); | ||
} | ||
|
||
&:-ms-input-placeholder { | ||
font-weight: 100; | ||
color: var(--color-text-muted); | ||
} | ||
|
||
&:-moz-placeholder { | ||
font-weight: 100; | ||
color: var(--color-text-muted); | ||
} | ||
|
||
&--error { | ||
border: 1px solid var(--color-error-default); | ||
} | ||
} | ||
|
||
/** Default Typography on base elements **/ | ||
* { | ||
font-family: design-system.$font-family; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ $color-map: ( | |
'info-default': --color-info-default, | ||
'info-muted': --color-info-muted, | ||
'info-inverse': --color-info-inverse, | ||
'mainnet': --mainnet, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No longer used |
||
'goerli': --color-network-goerli-default, | ||
'sepolia': --color-network-sepolia-default, | ||
'goerli-inverse':--color-network-goerli-inverse, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
overtime. | ||
*/ | ||
@import './itcss/settings/index'; | ||
@import './itcss/tools/index'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing deleted file import |
||
@import './itcss/components/index'; | ||
|
||
/* | ||
|
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ Before adding a color here make sure that there isn't a design token available. | |
*/ | ||
/* stylelint-disable color-no-hex */ | ||
:root { | ||
// Accents | ||
// Everything below this line is part of the new color system | ||
--mainnet: #29b6af; | ||
Comment on lines
-7
to
-9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
--inherit: inherit; | ||
--transparent: transparent; | ||
// DO NOT CHANGE | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ export enum Color { | |
infoDefault = 'info-default', | ||
infoMuted = 'info-muted', | ||
infoInverse = 'info-inverse', | ||
mainnet = 'mainnet', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
goerli = 'goerli', | ||
sepolia = 'sepolia', | ||
lineaGoerli = 'linea-goerli', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating storybook test data not used in prod