gecko-dev/layout/style/res
Emilio Cobos Álvarez c91ee34d5b Bug 1861253 - Draw select's menulist arrow in the select's color. r=dholbert
In the regressing bug 1849793 I removed a hunk like this because we
don't use any of the parent state on the parent properly:

```
  if (aAppearance == StyleAppearance::MozMenulistArrowButton) {
    // HTML select and XUL menulist dropdown buttons get state from the
    // parent.
    nsIFrame* parentFrame = aFrame->GetParent();
    aFrame = parentFrame;
    elementState = GetContentState(parentFrame, aAppearance);
  }
```

However that aFrame = parentFrame also changed the frame we read the
color for the fill. This is not an issue for menus because those don't
override the colors, but for the select menulist button we need to
explicitly inherit.

Differential Revision: https://phabricator.services.mozilla.com/D192002
2023-10-27 07:34:43 +00:00
..
accessiblecaret-normal.svg
accessiblecaret-normal@1.5x.png
accessiblecaret-normal@1x.png
accessiblecaret-normal@2.25x.png
accessiblecaret-normal@2x.png
accessiblecaret-tilt-left.svg
accessiblecaret-tilt-left@1.5x.png
accessiblecaret-tilt-left@1x.png
accessiblecaret-tilt-left@2.25x.png
accessiblecaret-tilt-left@2x.png
accessiblecaret-tilt-right.svg
accessiblecaret-tilt-right@1.5x.png
accessiblecaret-tilt-right@1x.png
accessiblecaret-tilt-right@2.25x.png
accessiblecaret-tilt-right@2x.png
accessiblecaret.css
counterstyles.css
details.css
forms.css Bug 1861253 - Draw select's menulist arrow in the select's color. r=dholbert 2023-10-27 07:34:43 +00:00
html.css Bug 1859538 - Allow chrome stylesheets to be parsed in parallel. r=layout-reviewers,desktop-theme-reviewers,dao,Gijs,tlouw 2023-10-19 10:50:27 +00:00
Mozilla_Bullet.bf
Mozilla_Bullet.ttf
Mozilla_Bullet.woff2
noframes.css
password-hide.svg
password.svg
plaintext.css
quirk.css
scrollbars.css Bug 1859538 - Allow chrome stylesheets to be parsed in parallel. r=layout-reviewers,desktop-theme-reviewers,dao,Gijs,tlouw 2023-10-19 10:50:27 +00:00
searchfield-cancel.svg
ua.css Bug 1859538 - Allow chrome stylesheets to be parsed in parallel. r=layout-reviewers,desktop-theme-reviewers,dao,Gijs,tlouw 2023-10-19 10:50:27 +00:00
viewsource.css