Skip to content

Commit

Permalink
Bug 1923367 - Revert bug 1910203 (patch for beta and release). a=RyanVM
Browse files Browse the repository at this point in the history
  • Loading branch information
daogottwald committed Oct 8, 2024
1 parent 29a519b commit 3d37a2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const doorHangerDisable = (
);
ok(
images.some(img =>
getComputedStyle(img).backgroundImage.includes("view-opentabs.svg")
getComputedStyle(img).backgroundImage.includes("arrow-down.svg")
),
"There's an icon for the all tabs menu"
);
Expand Down
16 changes: 6 additions & 10 deletions browser/themes/shared/addons/extension-controlled.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@
margin-bottom: 0;
}

.extension-controlled-icon {
.extension-controlled-notification popupnotificationcontent > description > .extension-controlled-icon {
height: 16px;
width: 16px;
vertical-align: bottom;
}

&.alltabs-icon {
background: url("chrome://browser/content/firefoxview/view-opentabs.svg");
-moz-context-properties: fill;
fill: currentColor;
height: 20px;
width: 20px;
/* This icon has a lot of extra space to the sides, reduce that a little. */
margin-block: -2px;
}
.extension-controlled-icon.alltabs-icon {
background: url("chrome://global/skin/icons/arrow-down.svg");
/* This icon has a lot of extra space to the sides, reduce that a little. */
margin: 0 -1px 1px;
}

.extension-controlled-notification > .popup-notification-body-container > .popup-notification-body > .popup-notification-bottom-content > .popup-notification-warning,
Expand Down
7 changes: 1 addition & 6 deletions browser/themes/shared/tabbrowser/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1099,12 +1099,7 @@ toolbar:not(#TabsToolbar) #firefox-view-button {
/* All tabs button and menupopup */

#alltabs-button {
list-style-image: url("chrome://browser/content/firefoxview/view-opentabs.svg");

> .toolbarbutton-badge-stack > .toolbarbutton-icon {
width: 20px;
margin: -2px;
}
list-style-image: url(chrome://global/skin/icons/arrow-down.svg);

#tabbrowser-tabs[hiddensoundplaying] ~ & > .toolbarbutton-badge-stack > .toolbarbutton-badge {
background: transparent url(chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg);
Expand Down

0 comments on commit 3d37a2d

Please sign in to comment.