Skip to content

Commit 47e81a1

Browse files
committed
removed duplicate opacity declaration
1 parent bb73f14 commit 47e81a1

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

build/styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var modal = {
1212
left: 0,
1313
background: 'rgba(0, 0, 0, 0.8)',
1414
zIndex: 99999,
15-
opacity: 0,
1615
transition: 'opacity 400ms ease-in',
1716
opacity: 1,
1817
pointerEvents: 'auto'

dist/simple-react-modal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ var modal = {
9090
left: 0,
9191
background: 'rgba(0, 0, 0, 0.8)',
9292
zIndex: 99999,
93-
opacity: 0,
9493
transition: 'opacity 400ms ease-in',
9594
opacity: 1,
9695
pointerEvents: 'auto'

dist/simple-react-modal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-react-modal",
33
"description": "The simplest modal",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "./build/simple-modal.js",
66
"directories": {
77
"example": "example"

0 commit comments

Comments
 (0)