mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevented the inside border from lighting up while overing cards with footer
This commit is contained in:
@@ -237,7 +237,7 @@ html {
|
||||
.visualCardBox .cardScalable {
|
||||
border-width: 0 0 var(--borderWidth) 0 !important;
|
||||
border-radius: 0 !important;
|
||||
border-color: var(--borderColor) !important;
|
||||
border-color: var(--darkerBorderColor) !important;
|
||||
}
|
||||
|
||||
.cardImageContainer {
|
||||
@@ -265,6 +265,10 @@ html {
|
||||
border-color: white !important;
|
||||
}
|
||||
|
||||
.card.card-hoverable:hover .visualCardBox .cardScalable {
|
||||
border-color: var(--darkerBorderColor) !important;
|
||||
}
|
||||
|
||||
.card.card-hoverable:hover .cardImageContainer {
|
||||
transform: scale(1.025);
|
||||
filter: brightness(1.025);
|
||||
|
Reference in New Issue
Block a user