Skip to content

Commit

Permalink
fix: checked in by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Apr 19, 2024
1 parent 51c00db commit 565f5c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/_patterns/01-elements/_form-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@
%form-element-counter {
&:has(+ .description) {
float: right;

@supports (inset-area: block-end span-inline-start) {
&:not(:has(+ .description)) {
position: absolute;
// stylelint-disable-next-line property-no-unknown
inset-area: block-end span-inline-start;
}
}
}

@supports (inset-area: block-end span-inline-start) {
Expand Down

0 comments on commit 565f5c3

Please sign in to comment.