зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
863c48338b
Коммит
825006a4a4
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче