kibana-riya
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
26 lines (22 loc) • 508 B
text/less
@import (reference) "~ui/styles/theme";
.list-group-menu {
&.select-mode a {
outline: none;
color: @list-group-menu-item-select-color;
}
.list-group-menu-item {
list-style: none;
color: @list-group-menu-item-color;
&.active {
font-weight: bold;
background-color: @list-group-menu-item-active-bg;
}
&:hover {
background-color: @list-group-menu-item-hover-bg;
}
li {
list-style: none;
color: @list-group-menu-item-color;
}
}
}