Skip to content

Commit

Permalink
Fix dialog css docs (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheiny authored and giladgray committed Jan 7, 2019
1 parent 33d790e commit 3d26565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/dialog/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Markup:
<div class="#{$ns}-dialog-header">
<span class="#{$ns}-icon-large #{$ns}-icon-inbox"></span>
<h4 class="#{$ns}-heading">Dialog header</h4>
<button aria-label="Close" class="#{$ns}-dialog-close-button #{$ns}-icon-small-cross"></button>
<button aria-label="Close" class="#{$ns}-dialog-close-button #{$ns}-button #{$ns}-minimal #{$ns}-icon-cross"></button>
</div>
<div class="#{$ns}-dialog-body">
This dialog hasn't been wired up with any open or close interactions.
Expand Down

1 comment on commit 3d26565

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix dialog css docs (#3271)

Previews: documentation | landing | table

Please sign in to comment.