/*
 * Keep the selected sidebar entry clear through its background, icon and text
 * color without adding a decorative stripe on the left edge.
 */
.df-sidebar button.active,
.df-sidebar nav > button.active {
  border-left-width: 0 !important;
  border-inline-start-width: 0 !important;
  box-shadow: none !important;
}

.df-sidebar button.active::before,
.df-sidebar nav > button.active::before {
  display: none !important;
  content: none !important;
}
