ventsyv
0
Q:

Mergeable selector SCSS-lint Solved

.arrow--right {
  border-bottom: 12px solid transparent;
  border-left: 12px solid $border-color;
  border-top: 12px solid transparent;
  cursor: pointer;
  height: 0;
  transform: rotate(0deg);
  transition: transform .1s linear;
  width: 0;

  &:hover {
    border-left-color: $brand-highlight;
  }
}
0

New to Communities?

Join the community