Commit 7204b95 1 parent 50b65c9 commit 7204b95 Copy full SHA for 7204b95
File tree 3 files changed +18
-18
lines changed
source/_patterns/01-elements
3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 117
117
float : right ;
118
118
}
119
119
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
+ }
124
126
}
125
127
126
128
// Description styles
Original file line number Diff line number Diff line change 146
146
@extend %form-element-validation ;
147
147
@extend %form-element-validation-programmatic ;
148
148
/* stylelint-enable order/order */
149
+ }
149
150
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 ;
162
162
}
163
163
164
164
& [type = " search" ] {
Original file line number Diff line number Diff line change 63
63
64
64
& + output {
65
65
@extend %form-element-counter ;
66
-
67
- float : right ;
68
66
}
69
67
70
68
// ### Style variations
You can’t perform that action at this time.
0 commit comments