I have an bootstrap accordion which I also applied x-editable that will only trigger through a link in the dropdown:
I want to remove:
to make it:
Isn't possible to remove the line below the x-editable
?
Try this in a stylesheet that comes after the x-editable stylesheet:
.editable-click,
a.editable-click,
a.editable-click:hover {
border: none !important;
}