Fix: Removed the card overlay color as it does not seem necessary with the new hover animation
This commit is contained in:
parent
2eb4be1c97
commit
cf9a380643
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ html {
|
|||
|
||||
.cardOverlayContainer {
|
||||
transition: .5s;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.layout-desktop .card.card-hoverable .cardOverlayContainer:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue