|
|
@ -557,10 +557,6 @@ |
|
|
|
&.status-direct { |
|
|
|
&.status-direct { |
|
|
|
background: lighten($ui-base-color, 8%); |
|
|
|
background: lighten($ui-base-color, 8%); |
|
|
|
|
|
|
|
|
|
|
|
.status__display-name strong { |
|
|
|
|
|
|
|
color: $primary-text-color; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-button.disabled { |
|
|
|
.icon-button.disabled { |
|
|
|
color: lighten($ui-base-color, 16%); |
|
|
|
color: lighten($ui-base-color, 16%); |
|
|
|
} |
|
|
|
} |
|
|
@ -604,6 +600,16 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.notification-favourite { |
|
|
|
|
|
|
|
.status.status-direct { |
|
|
|
|
|
|
|
background: transparent; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-button.disabled { |
|
|
|
|
|
|
|
color: lighten($ui-base-color, 13%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status__relative-time { |
|
|
|
.status__relative-time { |
|
|
|
color: lighten($ui-base-color, 26%); |
|
|
|
color: lighten($ui-base-color, 26%); |
|
|
|
float: right; |
|
|
|
float: right; |
|
|
|