Skip to content

Commit efc1986

Browse files
committed
remove hover effect
1 parent a058a50 commit efc1986

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

platforms/web/src/Learn.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,6 @@
362362
border: 1px solid #dee2e6;
363363
border-radius: 8px;
364364
overflow: hidden;
365-
transition: all 0.2s;
366-
}
367-
368-
.map-card:hover {
369-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
370-
transform: translateY(-2px);
371365
}
372366

373367
.map-card-header {

platforms/web/src/Teach.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,6 @@
409409
border: 1px solid #dee2e6;
410410
border-radius: 8px;
411411
overflow: hidden;
412-
transition: all 0.2s;
413-
}
414-
415-
.map-card:hover {
416-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
417-
transform: translateY(-2px);
418412
}
419413

420414
.map-card-header {
@@ -556,11 +550,6 @@
556550
border: 1px solid #dee2e6;
557551
border-radius: 8px;
558552
overflow: hidden;
559-
transition: box-shadow 0.2s;
560-
}
561-
562-
.map-card:hover {
563-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
564553
}
565554

566555
.map-card-header {

0 commit comments

Comments
 (0)