Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fixed issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTriso committed Jan 29, 2018
1 parent a3cbf4d commit fc0e37a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/aria-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

.dialog__window {
position: relative;
-webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion dist/aria-dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/aria-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

.dialog__window {
position: relative;
-webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t-aria-dialog",
"version": "2.0.1",
"version": "2.0.2",
"description": "HTML, CSS and JS UI-component for user-friendly and accessible dialogs",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/scss/dialog/dialog__elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//----------------

.dialog__window {
position : relative;
box-shadow: $dialog__window--box-shadow;
@include background($dialog__window--background);
@include border($dialog__window--border);
Expand Down

0 comments on commit fc0e37a

Please sign in to comment.