Bug 1606785 - Format profiles CSS files with Prettier r=profiles-reviewers,desktop-theme-reviewers,dao,mossop
Differential Revision: https://phabricator.services.mozilla.com/D249170
This commit is contained in:
committed by
hjones@mozilla.com
parent
d66681f553
commit
8338860f74
@@ -33,8 +33,6 @@
|
||||
background-color: var(--button-background-color-hover);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (forced-colors) {
|
||||
&:hover {
|
||||
border-color: SelectedItem;
|
||||
|
||||
@@ -7,9 +7,7 @@
|
||||
:host {
|
||||
--avatar-size: 80px;
|
||||
--profile-card-radius: 12px;
|
||||
--profile-card-radius-inner: calc(
|
||||
var(--profile-card-radius) - var(--border-width)
|
||||
);
|
||||
--profile-card-radius-inner: calc(var(--profile-card-radius) - var(--border-width));
|
||||
}
|
||||
|
||||
.profile-card {
|
||||
@@ -76,8 +74,7 @@
|
||||
background-position: center;
|
||||
-moz-context-properties: fill, stroke;
|
||||
fill: var(--icon-color);
|
||||
border-radius: var(--profile-card-radius-inner)
|
||||
var(--profile-card-radius-inner) 0 0;
|
||||
border-radius: var(--profile-card-radius-inner) var(--profile-card-radius-inner) 0 0;
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
|
||||
@@ -17,10 +17,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
background-color: var(
|
||||
--newtab-background-color,
|
||||
var(--background-color-canvas)
|
||||
);
|
||||
background-color: var(--newtab-background-color, var(--background-color-canvas));
|
||||
}
|
||||
|
||||
edit-profile-card,
|
||||
|
||||
Reference in New Issue
Block a user