@@ -208,9 +208,14 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- border-radius: 6px;
- &:hover,
+
&.active {
+ border-radius: 6px;
+ color: #097bec;
+ background: #e8f4ff;
+ }
+ &:hover {
color: #097bec;
background: #e8f4ff;
}