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

Commit

Permalink
remove shadow filter from favicons on dark-color tabs
Browse files Browse the repository at this point in the history
This was causing irregularities in brand icons.
  • Loading branch information
petemill committed Jan 19, 2018
1 parent be0c8b6 commit 0afe77d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/renderer/components/tabs/content/favIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class Favicon extends React.Component {
data-test-id={this.testingIcon}
className={[
this.props.favicon && styles.icon_fav,
(this.props.favicon && themeLight) && styles.icon_favLight,
(!this.props.isPinned && this.props.showIconWithLessMargin) && styles.icon_lessMargin,
(!this.props.isPinned && this.props.showIconAtReducedSize) && styles.icon_reducedSize
]}
Expand Down Expand Up @@ -133,10 +132,6 @@ const styles = StyleSheet.create({
backgroundImage: 'var(--faviconsrc)'
},

icon_favLight: {
filter: theme.filter.whiteShadow
},

icon_lessMargin: {
margin: 0
},
Expand Down

0 comments on commit 0afe77d

Please sign in to comment.