10
10
}
11
11
}
12
12
13
- .edit-post -editor-regions {
13
+ .block-editor -editor-skeleton {
14
14
display : flex ;
15
15
flex-direction : column ;
16
16
height : auto ;
33
33
}
34
34
}
35
35
36
- @include editor-left (" .edit-post -editor-regions " );
36
+ @include editor-left (" .block-editor -editor-skeleton " );
37
37
38
- .edit-post -editor-regions__body {
38
+ .block-editor -editor-skeleton__body {
39
39
flex-grow : 1 ;
40
40
display : flex ;
41
41
57
57
overscroll-behavior-y : none ;
58
58
}
59
59
60
- .edit-post -editor-regions__content {
60
+ .block-editor -editor-skeleton__content {
61
61
flex-grow : 1 ;
62
62
63
63
// Treat as flex container to allow children to grow to occupy full
@@ -73,12 +73,12 @@ html {
73
73
}
74
74
}
75
75
76
- .edit-post -editor-regions__sidebar {
76
+ .block-editor -editor-skeleton__sidebar {
77
77
display : none ;
78
78
79
79
@include break-medium () {
80
80
display : block ;
81
- z-index : z-index (" .edit-post -editor-regions__sidebar " );
81
+ z-index : z-index (" .block-editor -editor-skeleton__sidebar " );
82
82
position : fixed !important ; // Need to override the default relative positionning
83
83
top : -9999em ;
84
84
bottom : auto ;
@@ -93,12 +93,12 @@ html {
93
93
}
94
94
}
95
95
96
- .is-sidebar-opened .edit-post -editor-regions__sidebar {
96
+ .is-sidebar-opened .block-editor -editor-skeleton__sidebar {
97
97
display : block ;
98
98
width : auto ; // Keep the sidebar width flexible.
99
99
flex-shrink : 0 ;
100
100
position : absolute ;
101
- z-index : z-index (" .edit-post -editor-regions__sidebar " );
101
+ z-index : z-index (" .block-editor -editor-skeleton__sidebar " );
102
102
top : 0 ;
103
103
right : 0 ;
104
104
bottom : 0 ;
@@ -110,15 +110,15 @@ html {
110
110
overflow : auto ;
111
111
border-left : $border-width solid $light-gray-500 ;
112
112
position : relative !important ;
113
- z-index : z-index (" .edit-post -editor-regions__sidebar {greater than small}" );
113
+ z-index : z-index (" .block-editor -editor-skeleton__sidebar {greater than small}" );
114
114
}
115
115
}
116
116
117
- .edit-post -editor-regions__header {
117
+ .block-editor -editor-skeleton__header {
118
118
flex-shrink : 0 ;
119
119
height : auto ; // Keep the height flexible.
120
120
border-bottom : $border-width solid $light-gray-500 ;
121
- z-index : z-index (" .edit-post -editor-regions__header " );
121
+ z-index : z-index (" .block-editor -editor-skeleton__header " );
122
122
123
123
// On Mobile the header is sticky.
124
124
position : sticky ;
@@ -131,7 +131,7 @@ html {
131
131
}
132
132
}
133
133
134
- .edit-post -editor-regions__footer {
134
+ .block-editor -editor-skeleton__footer {
135
135
height : auto ; // Keep the height flexible.
136
136
flex-shrink : 0 ;
137
137
overflow : auto ;
@@ -144,8 +144,8 @@ html {
144
144
}
145
145
}
146
146
147
- .edit-post -editor-regions__publish {
148
- z-index : z-index (" .edit-post -editor-regions__publish " );
147
+ .block-editor -editor-skeleton__publish {
148
+ z-index : z-index (" .block-editor -editor-skeleton__publish " );
149
149
position : fixed !important ; // Need to override the default relative positionning
150
150
top : -9999em ;
151
151
bottom : auto ;
0 commit comments