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

extend blue outline in URL bar to include bookmark button #5530

Merged
merged 1 commit into from
Nov 22, 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
4 changes: 2 additions & 2 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@
border-bottom: 10px solid #FFFFFF;
position: relative;
bottom: 10px;
left: 37px;
left: 62px;

&.withHomeButton {
left: 67px;
left: 100px;
}
}

Expand Down
28 changes: 16 additions & 12 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,10 @@
-webkit-mask-repeat: no-repeat;
width: 14px;
height: 14px;
margin-bottom: 2px;
margin-left: 6px;
margin: 0;
position: absolute;
top: 4px;
left: 4px;

&.removeBookmarkButton {
background: url('../img/toolbar/bookmark_marked.svg') center no-repeat;
Expand Down Expand Up @@ -714,8 +716,6 @@
#navigator:not(.titleMode) & {
background: white;
border-radius: @borderRadiusURL;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 1px rgba(0,0,0,0.1);
color: @chromeText;
}
Expand Down Expand Up @@ -751,17 +751,20 @@
animation-fill-mode: forwards;
}

.startButtons {
position: relative;
z-index: 999;
}

.bookmarkButtonContainer {
border: 1px solid #CBCBCB;
border-radius: @borderRadius;
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: #f7f7f7;
box-sizing: border-box;
height: 25px;
line-height: 25px;
margin-right: -2px;
height: 21px;
width: 23px;
display: inline-block;
position: relative;
left: 25px;
top: 2px;
}
}

Expand Down Expand Up @@ -893,6 +896,7 @@
color: @siteSecureColor;
left: 14px;
margin-top: 1px;
padding-left: 20px;
font-size: 13px;
min-height: 10px;
min-width: 16px;
Expand Down