File tree 1 file changed +6
-19
lines changed
packages/main/src/themes/base
1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ ui5-radiobutton {
116
116
117
117
input {
118
118
margin : 0 ; /* FF puts margin */
119
- -webkit-appearance : none ;
120
119
visibility : hidden ;
120
+ width : 0 ;
121
121
}
122
122
}
123
123
@@ -188,35 +188,22 @@ ui5-radiobutton {
188
188
}
189
189
}
190
190
191
- /* RTL */
192
- :host ([dir= RTL ]) {
193
- .sapMRb.sapMRbHasLabel :focus :before {
194
- left : 0 ;
195
- right : 0.625rem ;
196
- }
197
- }
198
- /* RTL in Compact */
199
- :host ([dir= RTL ]) {
200
- .sapUiSizeCompact .sapMRb.sapMRbHasLabel :focus :before {
201
- left : 0 ;
202
- right : 0.375rem ;
203
- }
204
- }
205
-
206
191
/* ListItem Context */
207
192
:host (ui5- radiobutton.radioButtonInListItem ) .sapMRb .sapMRbInner .sapMRbSvgOuter {
208
193
fill : @sapUiListBackground ;
209
194
}
210
195
211
- [dir= RTL ] {
196
+ /* RTL */
197
+ span [dir= " rtl" ] {
212
198
.sapMRb.sapMRbHasLabel :focus :before {
213
199
left : 0 ;
214
200
right : 0.625rem ;
215
201
}
216
202
}
203
+
217
204
/* RTL in Compact */
218
- [dir= RTL ] {
219
- .sapUiSizeCompact .sapMRb.sapMRbHasLabel :focus :before {
205
+ span [dir= " rtl " ] {
206
+ & .sapUiSizeCompact .sapMRb.sapMRbHasLabel :focus :before {
220
207
left : 0 ;
221
208
right : 0.375rem ;
222
209
}
You can’t perform that action at this time.
0 commit comments