Bug 1737389 - Fixes red line of the bar around the left side when not found. r=harry,desktop-theme-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D129547
This commit is contained in:
raquelvargas 2021-10-26 20:42:56 +00:00
Родитель 863c48338b
Коммит 825006a4a4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -91,7 +91,7 @@ html|input.findbar-textbox:not(:focus):-moz-lwtheme::selection {
html|input.findbar-textbox[status="notfound"] {
border-color: transparent;
outline: 2px solid var(--input-error-border-color, #E22850);
outline-offset: -1px; /* Prevents antialising around the corners */
outline-offset: -2px;
}
html|input.findbar-textbox[flash="true"] {