fix: remove unnecessary selector

This commit is contained in:
Gursheen Anand 2026-02-05 00:27:52 +05:30
parent f8534ac39a
commit ff27ca9922

View file

@ -96,17 +96,13 @@
padding: 0;
}
&:hover:not(.list-row-head) {
&:hover {
background-color: var(--highlight-color);
}
&:hover .level-right {
background-color: var(--highlight-color);
}
&:last-child {
border-bottom: 0px;
}
}
.frappe-list {