Fix annotation hover background color

This commit is contained in:
Kenn Jacobsen
2019-04-15 21:16:59 +02:00
parent 3f5ccb302d
commit 52bc4b04b3

View File

@@ -245,6 +245,10 @@ body.touch .umb-tree {
top: -4px;
}
}
&:hover > .umb-tree-item__annotation {
background-color: @ui-option-hover;
}
}
&.current > .umb-tree-item__inner > .umb-tree-item__annotation {