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

Commit

Permalink
Added hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Mar 8, 2017
1 parent 5d3e437 commit 58e9152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/renderer/components/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ const styles = StyleSheet.create({
display: 'inline-block',
verticalAlign: 'top',
padding: '0px',
'-webkit-mask-repeat': 'no-repeat'
'-webkit-mask-repeat': 'no-repeat',

':hover': {
backgroundColor: '#000'
}
},

iconLeft: {
Expand Down

0 comments on commit 58e9152

Please sign in to comment.