fix: remove unnecessary selector
This commit is contained in:
parent
f8534ac39a
commit
ff27ca9922
1 changed files with 1 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue