Skip to content

Commit c169230

Browse files
committed
removed blue horizontal line
1 parent 33f9a7c commit c169230

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/pages/LeaderboardPage.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,20 +1310,6 @@
13101310
cursor: pointer;
13111311
}
13121312

1313-
.router-name-link .router-name::after {
1314-
content: '';
1315-
position: absolute;
1316-
left: 0;
1317-
bottom: -0.15rem;
1318-
width: 100%;
1319-
height: 2px;
1320-
background: #2563eb;
1321-
opacity: 0;
1322-
transform: scaleX(0.85);
1323-
transform-origin: left;
1324-
transition: opacity 0.2s ease, transform 0.2s ease;
1325-
}
1326-
13271313
.router-name-link:hover .router-name {
13281314
color: #1d4ed8;
13291315
}

0 commit comments

Comments
 (0)