Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat: set bg of icons on activity stream page
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Mar 14, 2024
1 parent be22df9 commit 01d405f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/styles/online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,17 @@ button[class*="makeStylespageDropdownButton"] {
color: $on-header !important;
}
}

.base-recent-activity .activity-stream .activity-group .stream-item {
.element-image {
background: $background;
}
$hover-color: flatten-color(rgba(white, 0.85), $background);
&::before {
// (opacity is set to 1 on hover)
background: $hover-color;
}
&:hover .element-image {
background: $hover-color;
}
}

0 comments on commit 01d405f

Please sign in to comment.