Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"lockfile-lint": "^5.0.0",
"npm-run-all2": "^8.0.4",
"open": "^11.0.0",
"oxfmt": "^0.56.0",
"oxfmt": "^0.59.0",
"patch-package": "^8.0.1",
"postcss": "^8.5.16",
"postinstall-postinstall": "^2.1.0",
Expand Down
27 changes: 9 additions & 18 deletions res/photon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ <h2 class="photon-title-30">Photon inputs</h2>
<div class="row">
<h3 class="photon-title-20">Photon Input</h3>
<pre>
&lt;input type="text" class="photon-input" value="Example text" /&gt;</pre
>
&lt;input type="text" class="photon-input" value="Example text" /&gt;</pre>
<input type="text" class="photon-input" value="Example text" />
</div>

Expand Down Expand Up @@ -278,8 +277,7 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
This is a non-dismissable message bar. This add-on is not compatible with your version of Firefox.
&lt;/div&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
This is a non-dismissable message bar. This add-on is not compatible
Expand Down Expand Up @@ -313,8 +311,7 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
Call to action
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
This is a non-dismissable message bar. This add-on is not compatible
Expand Down Expand Up @@ -371,8 +368,7 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -446,8 +442,7 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -500,8 +495,7 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
This is a non-dismissable message bar. This add-on is not compatible with your version of Firefox.
&lt;/div&gt;
&lt;/div&gt;
</pre
>
</pre>
<div
class="photon-message-bar photon-message-bar-error photon-message-bar-inner-content"
>
Expand Down Expand Up @@ -537,8 +531,7 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
Call to action
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div
class="photon-message-bar photon-message-bar-error photon-message-bar-inner-content"
>
Expand Down Expand Up @@ -597,8 +590,7 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar photon-message-bar-error">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -674,8 +666,7 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre
>
</pre>
<div class="photon-message-bar photon-message-bar-error">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down
4 changes: 2 additions & 2 deletions src/components/shared/ContextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
}

.react-contextmenu-item--selected.checked:not(
.react-contextmenu-item--disabled
)::before {
.react-contextmenu-item--disabled
)::before {
/* Invert the colors of the checkmark when selected */
border-color: var(--internal-active-foreground-color);
}
Expand Down
16 changes: 8 additions & 8 deletions src/components/shared/FilterNavigatorBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@

.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):hover,
.filterNavigatorBarItem:has(
.profileFilterNavigator--tab-selector.button
):hover {
.profileFilterNavigator--tab-selector.button
):hover {
background-color: var(--internal-hover-background-color);
color: var(--internal-hover-color);
}

.filterNavigatorBarItem:not(
.filterNavigatorBarRootItem,
.filterNavigatorBarLeafItem
):hover::before,
.filterNavigatorBarRootItem,
.filterNavigatorBarLeafItem
):hover::before,
.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):hover::after {
border-color: var(--internal-hover-background-color);
}
Expand All @@ -146,9 +146,9 @@
}

.filterNavigatorBarItem:not(
.filterNavigatorBarRootItem,
.filterNavigatorBarLeafItem
):active:hover::before,
.filterNavigatorBarRootItem,
.filterNavigatorBarLeafItem
):active:hover::before,
.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):active:hover::after {
border-color: var(--internal-active-background-color);
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/shared/TabSelectorMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}

.react-contextmenu-item.tabSelectorMenuItem.checked:not(
.react-contextmenu-item--disabled
)::before {
.react-contextmenu-item--disabled
)::before {
/* Move the checkmark to inline-start instead of right, as it's logically better. */
inset-inline: 8px 0;
}
Expand Down
9 changes: 3 additions & 6 deletions src/components/sidebar/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@
align-items: center;
gap: 2px 5px;
grid-template-columns:
/* Label */
1fr
/* Value */
min-content
/* Percentage */
min-content;
/* Label */ 1fr
/* Value */ min-content
/* Percentage */ min-content;
}

.sidebar-titlegroup,
Expand Down
2 changes: 1 addition & 1 deletion src/profile-logic/gecko-profile-versioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ const _upgraders: {
frame[schemaIndexCategory] =
oldCategoryToNewCategory[frame[schemaIndexCategory]];
} else {
frame[schemaIndexCategory] = 1 /* Other*/;
frame[schemaIndexCategory] = 1; /* Other*/
}
}
}
Expand Down
Loading
Loading