Commit 72801b86 authored by Max Ebersbacher's avatar Max Ebersbacher

CSS fix

1px border on hover of last item in tree view
Fixes issue #101
parent 2d9667df
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
} }
td { td {
border-color: #F1F1F1 !important; border-color: #F1F1F1 !important;
border-bottom: 1px solid;
} }
&:hover { &:hover {
td { td {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment