зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1636023 - Disable undesired outline on the searchbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D74198
This commit is contained in:
Родитель
d9c6949cf6
Коммит
8c1bb4181c
|
@ -607,7 +607,6 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks {
|
|||
mask-repeat: no-repeat;
|
||||
unicode-bidi: plaintext;
|
||||
text-align: match-parent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#urlbar:not([focused])[domaindir="ltr"]> #urlbar-input-container > .urlbar-input-box > #urlbar-input {
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#urlbar:not([focused="true"]):hover > #urlbar-background,
|
||||
|
|
Загрузка…
Ссылка в новой задаче