Bug 1188859 - Change the hover style of the account picture in Sync preferences to have the correct border-width all around. r=jaws

MozReview-Commit-ID: BOgeRv0poEp
This commit is contained in:
Emily Creager 2017-07-13 12:44:05 -04:00
parent a58d6b98b6
commit 05f9138c12
2 changed files with 6 additions and 4 deletions

View File

@ -387,6 +387,7 @@ description > html|a {
list-style-image: url(chrome://browser/skin/fxa/default-avatar.svg);
margin-inline-end: 15px;
image-rendering: -moz-crisp-edges;
border: 1px solid transparent;
}
#fxaLoginStatus[hasName] #fxaProfileImage {
@ -398,11 +399,11 @@ description > html|a {
}
#fxaProfileImage.actionable:hover {
box-shadow: 0px 0px 0px 1px #0095DD;
border-color: #0095DD;
}
#fxaProfileImage.actionable:hover:active {
box-shadow: 0px 0px 0px 1px #ff9500;
border-color: #ff9500;
}
#noFxaAccount {

View File

@ -392,6 +392,7 @@ groupbox {
list-style-image: url(chrome://browser/skin/fxa/default-avatar.svg);
margin-inline-end: 15px;
image-rendering: -moz-crisp-edges;
border: 1px solid transparent;
}
#fxaLoginStatus[hasName] #fxaProfileImage {
@ -403,11 +404,11 @@ groupbox {
}
#fxaProfileImage.actionable:hover {
box-shadow: 0px 0px 0px 1px #0095DD;
border-color: #0095DD;
}
#fxaProfileImage.actionable:hover:active {
box-shadow: 0px 0px 0px 1px #ff9500;
border-color: #ff9500;
}
#noFxaAccount {