mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Merge pull request #128 from LD-Reborn/24-sub-issue-asset-page-detail-view
Fixed css issue in /Home/Assets
This commit is contained in:
@@ -671,7 +671,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
.asset-row > td {
|
.asset-row > td {
|
||||||
transition: 0.1s ease;
|
transition: 0.1s ease;
|
||||||
}
|
}
|
||||||
.asset-row:hover > td {
|
.asset-row:has(td:not(:last-child):hover) > td {
|
||||||
background-color: #17a2b8;
|
background-color: #17a2b8;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user