@spalger/kibana
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
27 lines (22 loc) • 408 B
text/less
@import (reference) "~ui/styles/theme";
.list-group-menu {
&.select-mode a{
outline: none;
color: @link-color;
}
.list-group-menu-item {
list-style: none;
color: @link-color;
&.active {
font-weight: bold;
background-color: @well-bg;
}
&:hover {
background-color: @well-bg;
}
li {
list-style: none;
color: @link-color;
}
}
}