//FIXME: This files contains lines of code that not be fixed as it would cause breaking change or there is not other solution right now.
// For Tegel 2.0 consider fixing root cause of it.

/* Overwrite of global rules that bleed in some components */
:root,
.tds-mode-light {
  tds-dropdown,
  tds-textarea,
  tds-text-field {
    &.tds-mode-variant-primary,
    & .tds-mode-variant-primary,
    &.tds-mode-variant-secondary,
    & .tds-mode-variant-secondary {
      background: transparent;
    }
  }
}
