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 15, 2016
1 parent 335ce5e commit 3a71af0
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
animation: fadeIn .6s;
opacity: 0;
animation-fill-mode: forwards;
width: 20px;
}
}

Expand All @@ -250,15 +251,12 @@
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;
opacity: 0.6;
}
}

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

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

&:not(.removeBookmarkButton) {
display: none;
}
Expand Down Expand Up @@ -314,11 +308,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 3a71af0

Please sign in to comment.