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

Commit

Permalink
Merge pull request #4041 from brave/faded-browser-buttons
Browse files Browse the repository at this point in the history
Blockscript/Favourite icons look faded
  • Loading branch information
diracdeltas committed Sep 15, 2016
2 parents f51a293 + af8b203 commit 1503efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion js/components/navigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class NavigationBar extends ImmutableComponent {
})}
onClick={this.onNoScript} />
}
<Button iconClass={this.titleMode ? 'fa-star' : 'fa-star-o'}
<Button iconClass={this.bookmarked ? 'fa-star' : 'fa-star-o'}
className={cx({
navbutton: true,
bookmarkButton: true,
Expand Down
11 changes: 1 addition & 10 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
animation: fadeIn .6s;
opacity: 0;
animation-fill-mode: forwards;
width: 20px;
}
}

Expand All @@ -248,15 +247,7 @@
}

.endButtons {
position: absolute;
top: -2px;
right: 0;

.browserButton {
font-size: 10px;
width: 20px;
opacity: 0.6;
}
display: none;
}

.urlbarIcon {
Expand Down

0 comments on commit 1503efe

Please sign in to comment.