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 raviks789 committed May 28, 2024
1 parent c6d6c6c commit dc51003
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 dc51003

Please sign in to comment.