File tree 2 files changed +48
-0
lines changed 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 110
110
111
111
& ::after {
112
112
float : left ;
113
+ transform : rotate (90deg );
113
114
background-position : left center ;
114
115
}
115
116
}
117
+ & [open ] {
118
+ > summary {
119
+ & ::after {
120
+ transform : rotate (0 );
121
+ }
122
+ }
123
+ }
116
124
}
117
125
}
118
126
}
Original file line number Diff line number Diff line change 129
129
}
130
130
}
131
131
}
132
+
133
+ [dir = " rtl" ] {
134
+ #{$parent-selector } [role = " search" ],
135
+ #{$parent-selector } [role = " group" ] {
136
+ > * ,
137
+ input :not ([type = " checkbox" ], [type = " radio" ]),
138
+ select ,
139
+ label {
140
+ & :not (:first-child ) {
141
+ margin-right : 0 ;
142
+ margin-left : auto ;
143
+ border-top-right-radius : 0 ;
144
+ border-top-left-radius : var (#{$css-var-prefix } border-radius );
145
+ border-bottom-right-radius : 0 ;
146
+ border-bottom-left-radius : var (#{$css-var-prefix } border-radius );
147
+ }
148
+
149
+ & :not (:last-child ) {
150
+ border-top-right-radius : var (#{$css-var-prefix } border-radius );
151
+ border-top-left-radius : 0 ;
152
+ border-bottom-right-radius : var (#{$css-var-prefix } border-radius );
153
+ border-bottom-left-radius : 0 ;
154
+ }
155
+ }
156
+ }
157
+
158
+ button ,
159
+ [type = " submit" ],
160
+ [type = " reset" ],
161
+ [type = " button" ],
162
+ [role = " button" ],
163
+ input :not ([type = " checkbox" ], [type = " radio" ]),
164
+ select ,
165
+ label {
166
+ & :not (:first-child ) {
167
+ margin-right : calc (var (#{$css-var-prefix } border-width ) * -1 );
168
+ margin-left : auto ;
169
+ }
170
+ }
171
+ }
132
172
}
You can’t perform that action at this time.
0 commit comments