Fixed css issue in /Home/Assets

This commit is contained in:
2025-10-12 23:17:33 +02:00
parent fb45b3beb8
commit cd740b5b4f

View File

@@ -671,7 +671,7 @@ document.addEventListener('DOMContentLoaded', () => {
.asset-row > td {
transition: 0.1s ease;
}
.asset-row:hover > td {
.asset-row:has(td:not(:last-child):hover) > td {
background-color: #17a2b8;
}
</style>