revert version selection

This commit is contained in:
2025-03-07 01:33:46 +02:00
parent 0c26f149fd
commit 1f6932eb82
3 changed files with 8 additions and 5 deletions

View File

@ -28,7 +28,9 @@
right: 5px;
}
.nav-link > .active {
color: black;
.nav-link.active {
pointer-events: none;
cursor: default;
color: black !important;
}
</style>