2018-04-21 19:35:55 +00:00
|
|
|
// components.scss
|
|
|
|
.compose-form {
|
|
|
|
.compose-form__modifiers {
|
|
|
|
.compose-form__upload {
|
|
|
|
&-description {
|
|
|
|
input {
|
|
|
|
&::placeholder {
|
2019-06-06 16:51:46 +00:00
|
|
|
opacity: 1;
|
2018-04-21 19:35:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-01-31 23:15:38 +00:00
|
|
|
|
2019-02-13 04:30:49 +00:00
|
|
|
.rich-formatting a,
|
|
|
|
.rich-formatting p a,
|
|
|
|
.rich-formatting li a,
|
|
|
|
.landing-page__short-description p a,
|
2019-01-31 23:15:38 +00:00
|
|
|
.status__content a,
|
|
|
|
.reply-indicator__content a {
|
|
|
|
color: lighten($ui-highlight-color, 12%);
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&.mention {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.mention span {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.status__content__spoiler-link {
|
|
|
|
color: $secondary-text-color;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__content__read-more-button {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.getting-started__footer a {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2019-05-07 21:53:58 +00:00
|
|
|
|
|
|
|
.nothing-here {
|
|
|
|
color: $darker-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.public-layout .public-account-header__tabs__tabs .counter.active::after {
|
|
|
|
border-bottom: 4px solid $ui-highlight-color;
|
|
|
|
}
|