SoYoung210 / soso-tip

🍯소소한 팁들과 정리, 버그 해결기를 모아두는 레포
24 stars 0 forks source link

g tag select #23

Open SoYoung210 opened 5 years ago

SoYoung210 commented 5 years ago

Desc

<g>last-child 로 선택이 불가능하다.

왜지 ?

As-is

image

To-be

image

How To

billboard.js를 사용중이었다. g tag에 다행히도 class가 있어서 이를 활용했다.

  .bb-axis-y .tick:nth-of-type(2n-1) {
    tspan {
      fill: transparent;
    }
  }

Ref

https://codepen.io/gifteconomist/pen/dNLePJ