Skip to content

Commit

Permalink
fix: remove dialog from reset, as we do have no need to support it
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 1, 2019
1 parent 2dc391d commit 8733eaa
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions packages/dnb-ui-lib/src/style/core/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -430,32 +430,6 @@ details {
display: block;
}

/*
* Add the correct styles in Edge, IE, and Safari.
*/

dialog {
background-color: white;
border: solid;
color: black;
display: block;
height: -moz-fit-content;
height: -webkit-fit-content;
height: fit-content;
left: 0;
margin: auto;
padding: 1em;
position: absolute;
right: 0;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
}

dialog:not([open]) {
display: none;
}

/*
* Add the correct display in all browsers.
*/
Expand Down

0 comments on commit 8733eaa

Please sign in to comment.