File tree 2 files changed +0
-27
lines changed
packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/Dialog
2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ const Dialog: React.FC<DialogProps> = function Dialog({
82
82
aria-describedby = { props [ 'aria-describedby' ] }
83
83
aria-modal = "true"
84
84
>
85
- < div data-nextjs-dialog-banner className = { `banner-${ type } ` } />
86
85
{ children }
87
86
</ div >
88
87
)
Original file line number Diff line number Diff line change @@ -41,32 +41,6 @@ const styles = css`
41
41
}
42
42
}
43
43
44
- [data-nextjs-dialog-banner ] {
45
- position : relative;
46
- }
47
- [data-nextjs-dialog-banner ].banner-warning {
48
- border-color : var (--color-ansi-yellow );
49
- }
50
- [data-nextjs-dialog-banner ].banner-error {
51
- border-color : var (--color-ansi-red );
52
- }
53
-
54
- [data-nextjs-dialog-banner ]::after {
55
- z-index : 2 ;
56
- content : '' ;
57
- position : absolute;
58
- top : 0 ;
59
- right : 0 ;
60
- width : 100% ;
61
- /* banner width: */
62
- border-top-width : var (--size-gap-half );
63
- border-bottom-width : 0 ;
64
- border-top-style : solid;
65
- border-bottom-style : solid;
66
- border-top-color : inherit;
67
- border-bottom-color : transparent;
68
- }
69
-
70
44
[data-nextjs-dialog-content ] {
71
45
overflow-y : auto;
72
46
border : none;
You can’t perform that action at this time.
0 commit comments