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

Commit

Permalink
Block script icon is off location when URL bar is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Sep 14, 2016
1 parent 335ce5e commit 22ad2e0
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,11 @@
position: absolute;
top: -2px;
right: 0;
}

.noScript {
font-size: 12px;
position: absolute;
left: -30px;
top: 7px;
opacity: 1;
color: @braveOrange;
.browserButton {
font-size: 10px;
width: 20px;
}
}

.urlbarIcon {
Expand All @@ -279,10 +275,6 @@
}

.bookmarkButton {
transform: scale(0.6);
opacity: 0.6;
text-align: left;

&:not(.removeBookmarkButton) {
display: none;
}
Expand Down Expand Up @@ -314,11 +306,6 @@
font-size: 16px;
margin-left: 10px;
color: @braveOrange;
opacity: 0.6;
&:hover {
opacity: 1;
}
display: inline;
}

/* Disable selection of button text */
Expand Down

0 comments on commit 22ad2e0

Please sign in to comment.