Skip to content

Commit

Permalink
cleanup(css): Remove unnecessary css after dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
frederike-ramin committed Jul 25, 2024
1 parent 21eb74b commit 106b5bd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ svg {
fill: currentColor;
}

/* TODO: needs to be fixed in Angie - PR opened: https://github.com/digitalservicebund/angie/pull/206 */
.ds-textarea.has-error {
box-shadow: inset 0 0 0 2px #b0243f;
background-color: #f9e5ec;
}

/* TODO: needs to be fixed in Angie - PR opened: https://github.com/digitalservicebund/angie/pull/205 */
.ds-radio {
background: transparent; /* for old Safari */
}

/* Tailwind's container core plugin is disabled,
* because its breakpoint-based nature does not fit our needs */
.container {
Expand Down

0 comments on commit 106b5bd

Please sign in to comment.