Commit e0561b2 1 parent 37c63b8 commit e0561b2 Copy full SHA for e0561b2
File tree 3 files changed +10
-7
lines changed
editor/src/components/editor-notices
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 394
394
box-sizing : inherit ;
395
395
}
396
396
397
- select {
398
- font-size : $default-font-size ;
399
- color : $dark-gray-500 ;
400
- }
401
-
402
397
.input-control , // Upstream name is `.regular-text`.
403
398
input [type = " text" ],
404
399
input [type = " search" ],
440
435
441
436
select {
442
437
padding : 2px ;
438
+ font-size : $default-font-size ;
439
+ color : $dark-gray-500 ;
443
440
444
441
& :focus {
445
442
border-color : $blue-medium-600 ;
Original file line number Diff line number Diff line change @@ -61,8 +61,13 @@ body.block-editor-page {
61
61
@include wp-admin-reset ( " .block-editor" );
62
62
}
63
63
64
- .block-editor ,
65
- // The modals are shown outside the .block-editor wrapper, they need these styles
64
+ // Target the editor UI excluding the metaboxes and custom fields areas.
65
+ .edit-post-header ,
66
+ .edit-post-visual-editor ,
67
+ .edit-post-text-editor ,
68
+ .edit-post-sidebar ,
69
+ .editor-post-publish-panel ,
70
+ .components-popover ,
66
71
.components-modal__frame {
67
72
@include reset ;
68
73
}
Original file line number Diff line number Diff line change 22
22
.components-editor-notices__dismissible ,
23
23
.components-editor-notices__pinned {
24
24
.components-notice {
25
+ box-sizing : border-box ;
25
26
margin : 0 0 5px ;
26
27
padding : 6px 12px ;
27
28
min-height : $panel-header-height ;
You can’t perform that action at this time.
0 commit comments