Bug 1391613 - Remove border from URL bar and search bar autocomplete items. ui-r=shorlander r=adw

MozReview-Commit-ID: 34uXLrUPJLR

--HG--
extra : rebase_source : 4adce70e0d788f669a9ed42e948ecb57e6d721ab
This commit is contained in:
Dão Gottwald 2017-08-24 03:47:35 +02:00
parent 16f4885863
commit 00d239676b
4 changed files with 13 additions and 37 deletions

View File

@ -469,17 +469,6 @@ notification[value="translation"] menulist > .menulist-dropmarker {
border-top: 1px solid ThreeDShadow;
}
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--arrowpanel-dimmed);
border-color: var(--panel-separator-color);
}
.autocomplete-richlistitem[selected],
treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Highlight;
}
.ac-title {
font-size: 1.05em;
}

View File

@ -425,18 +425,6 @@
border-top: 1px solid #C7C7C7;
}
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--arrowpanel-dimmed);
border-color: var(--panel-separator-color);
}
.autocomplete-richlistitem[selected],
treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Highlight;
color: HighlightText;
}
.ac-title {
font-size: 14px;
}

View File

@ -9,16 +9,27 @@
}
.autocomplete-richlistbox {
padding: 4px;
padding: 4px 3px;
}
.autocomplete-richlistitem {
min-height: 30px;
font: message-box;
border-radius: 2px;
border: 1px solid transparent;
}
:root[uidensity=touch] .autocomplete-richlistitem {
min-height: 40px;
}
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--arrowpanel-dimmed);
}
.autocomplete-richlistitem[selected],
treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Highlight;
color: HighlightText;
}

View File

@ -678,18 +678,6 @@ html|span.ac-emphasize-text-url {
}
}
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--arrowpanel-dimmed);
border-color: var(--panel-separator-color);
}
.autocomplete-richlistitem[selected],
treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Highlight;
color: HighlightText;
}
.ac-type-icon[type=bookmark] {
list-style-image: url("chrome://browser/skin/bookmark.svg");
-moz-context-properties: fill;