зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562452 - Clicking the identity button when the location bar was focused shouldn't draw a focus ring. r=mano
--HG-- extra : rebase_source : 5adca230585661724a3d2f676bb41b00e806241b
This commit is contained in:
Родитель
b817ea5687
Коммит
703f0542a6
|
@ -878,7 +878,7 @@ toolbar[iconsize="small"] #fullscreen-button {
|
|||
-moz-border-start: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
#identity-box:focus {
|
||||
#identity-box:-moz-focusring {
|
||||
outline: 1px dotted -moz-DialogText;
|
||||
}
|
||||
|
||||
|
|
|
@ -699,7 +699,7 @@ toolbar[iconsize="small"][mode="icons"] #forward-button:-moz-locale-dir(rtl) {
|
|||
}
|
||||
|
||||
|
||||
#identity-box:focus:not(:active):not([open="true"]) {
|
||||
#identity-box:-moz-focusring {
|
||||
-moz-box-shadow: 0 0 3px 1px -moz-mac-focusring inset,
|
||||
0 0 3px 2px -moz-mac-focusring;
|
||||
}
|
||||
|
|
|
@ -845,13 +845,13 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
|
|||
background-color: hsl(92,45%,52%);
|
||||
}
|
||||
|
||||
#identity-box:focus {
|
||||
#identity-box:-moz-focusring {
|
||||
outline: 1px dotted -moz-DialogText;
|
||||
outline-offset: -3px;
|
||||
}
|
||||
|
||||
#identity-box.verifiedDomain:focus ,
|
||||
#identity-box.verifiedIdentity:focus {
|
||||
#identity-box.verifiedDomain:-moz-focusring,
|
||||
#identity-box.verifiedIdentity:-moz-focusring {
|
||||
outline-color: white;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче