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

Blockscript/Favourite icons look faded #4041

Merged
merged 1 commit into from
Sep 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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