@import "ui-variables";

.nuclide-ui-section-collapsable {
  cursor: pointer;
  &:hover {
    color: @text-color-highlight;
  }
}
