Skip to content
Snippets Groups Projects
Commit be83d450 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix DM being highlighted when it's inside a favourite notification (#3267)

parent 1fd18a61
No related branches found
No related tags found
No related merge requests found
......@@ -557,10 +557,6 @@
&.status-direct {
background: lighten($ui-base-color, 8%);
.status__display-name strong {
color: $primary-text-color;
}
.icon-button.disabled {
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 {
color: lighten($ui-base-color, 26%);
float: right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment