Skip to content

Commit

Permalink
[Bug fix] Favorite Icon highlighted with yellow color when selected (S…
Browse files Browse the repository at this point in the history
…tirling-Tools#1934)

* length of card which was getting displayed on hovering is reduced

* issue Stirling-Tools#1818 solved

* issue Stirling-Tools#1818 fixed

* theme.css changed to previous code
  • Loading branch information
amankhangit authored Sep 21, 2024
1 parent 0f43062 commit d6e9e8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/main/resources/static/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@
filter: brightness(0) invert(var(--md-theme-filter-color));
}

.favorite-icon:hover .material-symbols-rounded {
transform: scale(1.2);
}

.favorite-icon .material-symbols-rounded.fill{
color: #f5c000;
}

.jumbotron {
padding: 3rem 3rem;
/* Reduce vertical padding */
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/css/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@

.no-fill {
/* font-variation-settings: var(--md-sys-icon-fill-0); */
}
}

0 comments on commit d6e9e8b

Please sign in to comment.