1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-23 15:21:25 +01:00

[Bug fix] Favorite Icon highlighted with yellow color when selected (#1934)

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

* issue #1818 solved

* issue #1818 fixed

* theme.css changed to previous code
This commit is contained in:
Aman Khan 2024-09-21 15:23:01 +05:30 committed by GitHub
parent 0f43062cc1
commit d6e9e8b20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -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 */

View File

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