Fix label showing on tab switch bug
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 3s
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 3s
This commit is contained in:
@@ -131,6 +131,15 @@ html, body {
|
|||||||
transform: translateY(0) !important;
|
transform: translateY(0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden .card-label {
|
||||||
|
transform: translateY(0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hidden .card .card-image {
|
||||||
|
filter: grayscale(0%) brightness(110%) !important;
|
||||||
|
transform: translateY(0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.active .card .card-image {
|
.active .card .card-image {
|
||||||
filter: grayscale(0%) brightness(110%) !important;
|
filter: grayscale(0%) brightness(110%) !important;
|
||||||
transform: translateY(0) !important;
|
transform: translateY(0) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user