Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

signup-info-prompt
Jenkins 2018-04-19 01:17:38 +00:00
commit d55ab8e3e8
1 changed files with 24 additions and 0 deletions

View File

@ -40,6 +40,16 @@
cursor: default; cursor: default;
} }
&::-moz-focus-inner {
border: 0;
}
&::-moz-focus-inner,
&:focus,
&:active {
outline: 0 !important;
}
&.button-primary, &.button-primary,
&.button-alternative, &.button-alternative,
&.button-secondary, &.button-secondary,
@ -666,6 +676,16 @@
background: lighten($action-button-color, 7%); background: lighten($action-button-color, 7%);
text-decoration: none; text-decoration: none;
} }
&::-moz-focus-inner {
border: 0;
}
&::-moz-focus-inner,
&:focus,
&:active {
outline: 0 !important;
}
} }
.status__content__text { .status__content__text {
@ -3899,6 +3919,10 @@ a.status-card {
top: 10px; top: 10px;
width: 48px; width: 48px;
} }
.status__content__spoiler-link {
color: lighten($ui-secondary-color, 8%);
}
} }
.actions-modal { .actions-modal {