File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/block-editor/src/components/inserter Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -329,18 +329,20 @@ $block-inserter-tabs-height: 44px;
329329
330330.block-editor-inserter__category-panel {
331331 background : $gray-100 ;
332- border-left : $border-width solid $gray-200 ;
333- border-right : $border-width solid $gray-200 ;
332+ border-top : $border-width solid $gray-200 ;
333+ box-shadow : $border-width $border-width 0 0 rgba ($color : #000 , $alpha : 0.133 ); // 0.133 = $gray-200 but with alpha.
334+ outline : 1px solid transparent ; // Shown for Windows 10 High Contrast mode.
334335 position : absolute ;
335- top : 0 ;
336+ top : - $border-width ;
336337 left : 0 ;
337- height : 100% ;
338+ height : calc ( 100% + #{ $border-width } ) ;
338339 width : 100% ;
339340 padding : 0 $grid-unit-20 ;
340341 display : flex ;
341342 flex-direction : column ;
342343
343344 @include break-medium {
345+ border-left : $border-width solid $gray-200 ;
344346 padding : 0 ;
345347 left : 100% ;
346348 width : 300px ;
You can’t perform that action at this time.
0 commit comments