This commit is contained in:
Rave | 図書館猫 2022-03-30 16:40:35 +02:00 committed by GitHub
parent 1366f8d3ce
commit b9436def23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

View file

@ -390,7 +390,6 @@ export default function WalletSendTip(props: Props) {
label={__('Buy/Swap Credits')} label={__('Buy/Swap Credits')}
navigate={`/$/${PAGES.BUY}`} navigate={`/$/${PAGES.BUY}`}
/> />
<Button button="link" label={__('Nevermind')} onClick={doHideModal} />
</div> </div>
} }
/> />

View file

@ -175,6 +175,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
display: unset;
&:hover { &:hover {
color: var(--color-secondary); color: var(--color-secondary);

View file

@ -379,6 +379,7 @@ $thumbnailWidthSmall: 2rem;
padding-bottom: var(--spacing-xs); padding-bottom: var(--spacing-xs);
font-size: var(--font-small); font-size: var(--font-small);
border-bottom: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border);
color: var(--color-text);
&:not(:first-child) { &:not(:first-child) {
margin-top: var(--spacing-xs); margin-top: var(--spacing-xs);

View file

@ -1068,6 +1068,10 @@ img {
} }
.publishList-wrapper { .publishList-wrapper {
.help {
color: var(--color-text);
}
@media (min-width: $breakpoint-small) { @media (min-width: $breakpoint-small) {
.claim-preview--collection-mine { .claim-preview--collection-mine {
height: unset; height: unset;
@ -1230,6 +1234,11 @@ img {
display: none; display: none;
} }
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
}
// Remove tap focus on mobile devices // Remove tap focus on mobile devices
input, input,
textarea, textarea,