We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c61481 commit 4dda030Copy full SHA for 4dda030
projects/ngsuite/src/styles/features/dialog.scss
@@ -20,9 +20,11 @@
20
.ngs-dialog-box {
21
display: block;
22
position: relative;
23
- border: 1px solid transparent;
24
background-color: var(--ngs-dialog-background-color) !important;
25
box-shadow: var(--ngs-dialog-box-shadow) !important;
+ border: 1px solid transparent;
26
+ border-top: none;
27
+ border-bottom: none;
28
29
&:focus {
30
outline: none;
0 commit comments