Skip to content

Commit

Permalink
list-item: Add hover color for .subject
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 authored and nilmerg committed May 28, 2024
1 parent 0e02d30 commit ae3398e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asset/css/list/list-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
&:hover {
color: @list-item-title-hover-color;
text-decoration: none;

.subject {
color: @list-item-title-hover-color;
}
}
}
}
Expand Down

0 comments on commit ae3398e

Please sign in to comment.