mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
a58d6b98b6
commit
05f9138c12
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user