Gradient effect in the sidebar

Where can I remove this? Can’t find the code using the dev console.

EDIT: Figured this out if anyone else isn’t a fan:

.sidebar .sidebarPage.pageWidget>.head:after, .sidebar .sidebarPage.pageWidgetManage>.head:after {
  background: none;
}

.sidebar .sidebarPage.pageVault>.bottom .grad {

  background:none;
}
.widget.widgetSpace:after {
  background:none;
}