Commit 24042d88 authored by Clement Ho's avatar Clement Ho

Add white background for dropdown label box color

parent c0ec94f5
......@@ -91,6 +91,12 @@
background-color: $dropdown-hover-color;
color: white;
text-decoration: none;
.dropdown-label-box {
border-color: white;
border-style: solid;
border-width: 2px;
}
}
}
......
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