File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,10 @@ $list-ios-header-background-color: transparent !default;
182
182
background : $list-ios-header-background-color ;
183
183
}
184
184
185
+ [dir = " rtl" ] .list-header-ios {
186
+ padding-right : $list-ios-header-padding-left ;
187
+ padding-left : 0 ;
188
+ }
185
189
186
190
// Generate iOS List Header Colors
187
191
// --------------------------------------------------
Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ $list-md-header-color: #757575 !default;
168
168
color : $list-md-header-color ;
169
169
}
170
170
171
+ [dir = " rtl" ] .list-header-md {
172
+ padding-right : $list-md-header-padding-left ;
173
+ padding-left : 0 ;
174
+ }
175
+
171
176
172
177
// Generate Material Design List Header Colors
173
178
// --------------------------------------------------
Original file line number Diff line number Diff line change @@ -165,6 +165,11 @@ $list-wp-header-color: $list-wp-text-color !default;
165
165
color : $list-wp-header-color ;
166
166
}
167
167
168
+ [dir = " rtl" ] .list-header-wp {
169
+ padding-right : $list-wp-header-padding-left ;
170
+ padding-left : 0 ;
171
+ }
172
+
168
173
169
174
// Generate Windows List Header Colors
170
175
// --------------------------------------------------
You can’t perform that action at this time.
0 commit comments