mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated hover state of collection card post on frontend (#18298)
Refs https://github.com/TryGhost/Product/issues/3630
This commit is contained in:
parent
4deb827625
commit
f180e8762d
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,11 @@ a.kg-collection-card-post-wrapper {
|
|||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a.kg-collection-card-post-wrapper:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
.kg-collection-card-post {
|
||||
display: flex;
|
||||
gap: 3.2rem;
|
||||
|
@ -37,6 +42,11 @@ a.kg-collection-card-post-wrapper {
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
a.kg-collection-card-post-wrapper:hover img {
|
||||
opacity: .92;
|
||||
transition: all .2s ease;
|
||||
}
|
||||
|
||||
.kg-collection-card-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Reference in a new issue