Author Topic: Hide before/after horizontal line in tree  (Read 2238 times)

Autoflow

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 21
    • View Profile
Hide before/after horizontal line in tree
« on: October 27, 2019, 04:01:30 pm »
I need to hide the horizontal line which indicates before/after drop in tree.
Is this possible?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Hide before/after horizontal line in tree
« Reply #1 on: October 28, 2019, 06:05:26 pm »
There is no option to hide it currently.

Autoflow

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Hide before/after horizontal line in tree
« Reply #2 on: October 28, 2019, 06:38:55 pm »
If you have a css based approach this would fit for me too  :)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Hide before/after horizontal line in tree
« Reply #3 on: October 29, 2019, 09:44:11 am »
There is no simple css workaround, you could use this unofficial way ( not recommended though as it may break in upcoming version ) to override it.

Code: [Select]
$.paramquery.cDrop.prototype.newF = function(){
  return $();
}