Skip to content

Commit

Permalink
Code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 30, 2021
1 parent 2c7110c commit 0d9ab18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Widgets/range.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const styles = {
height: '20px',
width: '20px',
background: '#fff linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
background: '#fff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
background: '#fff -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
background: '#fff -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
// background: '#fff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
// background: '#fff -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
// background: '#fff -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5))',
borderRadius: '6px',
backgroundColor: '#205c90',
boxShadow:
Expand Down

0 comments on commit 0d9ab18

Please sign in to comment.