3

I was looking for a configurable way to hide the "Peek Problem" link but couldn't find.

Now I'm trying to override the hover tooltip widget css but so far no good..

I couldn't even trace it in devtools, where was it rendered??

enter image description here

I initially thought that the right place to look at was here

liron_hazan
  • 1,396
  • 2
  • 19
  • 27

1 Answers1

4

Found it...

  div.hover-row.status-bar {
    display: none !important;
  }
liron_hazan
  • 1,396
  • 2
  • 19
  • 27