Bug 1517745 - Remove arrow from search bar when hand-off enabled (#4640)

This commit is contained in:
ricky rosario 2019-01-07 15:13:25 -04:00 коммит произвёл Ed Lee
Родитель 41af1777aa
Коммит d348c0d149
2 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -122,7 +122,6 @@ export class _Search extends React.PureComponent {
title={this.props.intl.formatMessage({id: "search_web_placeholder"})}>
<div className="fake-textbox">{this.props.intl.formatMessage({id: "search_web_placeholder"})}</div>
<div className="fake-caret" />
<div className="fake-button" />
</button>
{/*
This dummy and hidden input below is so we can load ContentSearchUIController.

Просмотреть файл

@ -196,24 +196,6 @@ $glyph-forward: url('chrome://browser/skin/forward.svg');
display: block;
}
}
.fake-button {
background: $glyph-forward no-repeat center center;
background-size: 16px 16px;
border: 0;
border-radius: 0 $border-radius $border-radius 0;
-moz-context-properties: fill;
fill: var(--newtab-search-icon-color);
height: 100%;
inset-inline-end: 0;
position: absolute;
top: 1px;
width: $search-button-width;
&:dir(rtl) {
transform: scaleX(-1);
}
}
}
@media (min-height: 701px) {