Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/features/clean-dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
*
* Notes:
* `.flex-items-baseline` excludes label events
* `.border-gray` excludes grouped events
* `.color-border-secondary` excludes grouped events
* `.js-news-feed-event-group` is only for grouped events
*/

/* Hide duplicate repo name in some non-grouped events */
.rgh-clean-dashboard .dashboard .watch_started .border-gray.flex-items-baseline .text-bold.text-gray-dark,
.rgh-clean-dashboard .dashboard .repo .border-gray.flex-items-baseline .text-bold.text-gray-dark,
.rgh-clean-dashboard .dashboard .public .border-gray.flex-items-baseline .text-bold.text-gray-dark {
.rgh-clean-dashboard .dashboard .watch_started .color-border-secondary.flex-items-baseline .text-bold.text-gray-dark,
.rgh-clean-dashboard .dashboard .repo .color-border-secondary.flex-items-baseline .text-bold.text-gray-dark,
.rgh-clean-dashboard .dashboard .public .color-border-secondary.flex-items-baseline .text-bold.text-gray-dark {
display: none;
}

Expand Down