Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
react-pull-to-refresh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jason.yap
react-pull-to-refresh
Commits
24ca132a
Commit
24ca132a
authored
Oct 12, 2018
by
Carlos
Committed by
GitHub
Oct 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from TheTostu/master
Delete inline backgroundColor: "white"
parents
081fbfc6
0f693915
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
__tests__/components/__snapshots__/PullToRefresh.spec.tsx.snap
...ts__/components/__snapshots__/PullToRefresh.spec.tsx.snap
+0
-2
src/components/PullToRefresh.tsx
src/components/PullToRefresh.tsx
+0
-1
No files found.
__tests__/components/__snapshots__/PullToRefresh.spec.tsx.snap
View file @
24ca132a
...
...
@@ -5,7 +5,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
...
...
@@ -32,7 +31,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
...
...
src/components/PullToRefresh.tsx
View file @
24ca132a
...
...
@@ -184,7 +184,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef
WebkitOverflowScrolling
:
"
touch
"
,
position
:
"
relative
"
,
zIndex
:
1
,
backgroundColor
:
"
white
"
,
};
return
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment