File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
source/_patterns/01-elements Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 117117 float : right ;
118118 }
119119
120- & :not (:has (+ .description )) {
121- position : absolute ;
122- // stylelint-disable-next-line property-no-unknown
123- inset-area : block-end span- inline- start;
120+ @supports (inset-area : block-end span- inline- start) {
121+ & :not (:has (+ .description )) {
122+ position : absolute ;
123+ // stylelint-disable-next-line property-no-unknown
124+ inset-area : block-end span- inline- start;
125+ }
124126 }
125127
126128 // Description styles
Original file line number Diff line number Diff line change 146146 @extend %form-element-validation ;
147147 @extend %form-element-validation-programmatic ;
148148 /* stylelint-enable order/order */
149+ }
149150
150- & :is(
151- [type = " email" ],
152- [type = " password" ],
153- [type = " search" ],
154- [type = " tel" ],
155- [type = " text" ],
156- [type = " url" ]
157- )
158- + label
159- + output {
160- @extend %form-element-counter ;
161- }
151+ & :is(
152+ [type = " email" ],
153+ [type = " password" ],
154+ [type = " search" ],
155+ [type = " tel" ],
156+ [type = " text" ],
157+ [type = " url" ]
158+ )
159+ + label
160+ + output {
161+ @extend %form-element-counter ;
162162 }
163163
164164 & [type = " search" ] {
Original file line number Diff line number Diff line change 6363
6464 & + output {
6565 @extend %form-element-counter ;
66-
67- float : right ;
6866 }
6967
7068 // ### Style variations
You can’t perform that action at this time.
0 commit comments