Commit 91caad9 5 people authored and committed
1 parent 0e4c4e4 commit 91caad9 Copy full SHA for 91caad9
File tree 4 files changed +13
-1
lines changed
page-templates-template-parts
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ $z-layers: (
190
190
" .edit-site-page-header" : 2 ,
191
191
" .edit-site-page-content" : 1 ,
192
192
" .edit-site-patterns__header" : 2 ,
193
- " .edit-site-patterns__grid-pagination" : 2 ,
193
+ " .edit-site-patterns__dataviews-list-pagination" : 2 ,
194
+ " .edit-site-templates__dataviews-list-pagination" : 2 ,
194
195
" .edit-site-layout__canvas-container" : 2 ,
195
196
" .edit-site-layout__sidebar" : 1 ,
196
197
" .edit-site-layout__canvas-container.is-resizing::after" : 100 ,
Original file line number Diff line number Diff line change 283
283
text-overflow : ellipsis ;
284
284
color : inherit ;
285
285
}
286
+
287
+ .dataviews-pagination {
288
+ z-index : z-index (" .edit-site-patterns__dataviews-list-pagination" );
289
+ }
286
290
}
287
291
288
292
.dataviews-action-modal__duplicate-pattern {
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ export default function PageTemplatesTemplateParts( { postType } ) {
429
429
430
430
return (
431
431
< Page
432
+ className = "edit-site-page-template-template-parts-dataviews"
432
433
title = {
433
434
postType === TEMPLATE_POST_TYPE
434
435
? __ ( 'Templates' )
Original file line number Diff line number Diff line change 58
58
.page-templates-description {
59
59
white-space : normal ;
60
60
}
61
+
62
+ .edit-site-page-template-template-parts-dataviews {
63
+ .dataviews-pagination {
64
+ z-index : z-index (" .edit-site-templates__dataviews-list-pagination" );
65
+ }
66
+ }
You can’t perform that action at this time.
0 commit comments