Commit 7592f0a2 authored by hannajones's avatar hannajones Committed by hjones@mozilla.com
Browse files

Bug 1606785 - Format sidebar CSS files with Prettier...

Bug 1606785 - Format sidebar CSS files with Prettier r=sidebar-reviewers,desktop-theme-reviewers,dao,nsharpley

Differential Revision: https://phabricator.services.mozilla.com/D249172
parent 1b041786
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@
  gap: 8px;
  flex: 1;

  &:hover, &:hover:active {
  &:hover,
  &:hover:active {
    background-color: unset;
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  --sidebar-box-border-color: light-dark(color-mix(in srgb, currentColor 10%, transparent), var(--border-color-deemphasized));
  --sidebar-box-border-width: 0.5px;
  --sidebar-box-border: var(--sidebar-box-border-width) solid var(--sidebar-box-border-color);
  --sidebar-box-background: light-dark(rgba(0, 0, 0, .03), rgba(255, 255, 255, .05));
  --sidebar-box-background: light-dark(rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0.05));
  --sidebar-box-color: currentColor;
  background-color: transparent;
  color: var(--sidebar-text-color);
@@ -75,7 +75,7 @@ fxview-search-textbox {

  &::part(container) {
    width: 100%;
    height: var(--size-item-large)
    height: var(--size-item-large);
  }
}

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.