@vtx/cs-map
Version:
React components for Vortex
28 lines (23 loc) • 518 B
text/less
.cs-map-tools-item {
display: flex;
align-items: center;
padding: 5px 8px;
border-bottom: 1px dashed #cccccc;
cursor: pointer;
font-size: 14px;
user-select: none;
.icon {
font-size: 16px;
margin-right: 10px;
}
&:hover {
background: rgba(0, 128, 255, 0.15);
}
&:last-child {
border-bottom: none;
}
}
.cs-map-tools-active-item {
color: rgba(0, 128, 255, 1);
background: rgba(0, 128, 255, 0.15);
}