Open Bug 1536928 Opened 5 years ago Updated 2 years ago

Inspector Rules panel: Dark mode search highlight should match the Console's yellow warning color

Categories

(DevTools :: Inspector, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: victoria, Unassigned)

Details

Attachments

(3 files)

Attached image image.png

Currently, the filter function in Rules uses a purple background color for matching rows. It should instead match the dark yellow of Console's warning rows.

Attached image full row highlight

I was testing this out and realized the highlight is pretty hard to see with this yellow color.

To bring it out more, could we make it so that the highlight reaches all the way to the end of the row, like the attached image? (this will affect light mode too, which should be fine.)

Severity: normal → enhancement
Priority: -- → P3

So it needs to:

  • change the purple background color the same as the Console's warning color
  • make the background color reaches to the end of the row

Am I right?

Flags: needinfo?(victoria)

That's correct :)

Flags: needinfo?(victoria)

Is this bug still being worked on I would love to tackle this

hey, Adrian

Sorry, I am still working on this bug as my first contribution. Could you please find other bugs to contribute? thanks!

Adrian, let me know if you need help finding a good bug! Here are some starting points.

https://bugs.firefox-dev.tools/?easy&tool=all
https://github.com/firefox-devtools/debugger/issues
https://github.com/firefox-devtools/ux/issues (this one isn't very organized with up-to-date tags but could be interesting to browse if you want UX-style bugs)

Attached image error1

Hey, sorry to get back so late cause some schoolwork. This highlight effect was created by setting the background of two span: namely namecontainer and propertyvaluecontainer. To make the highlight effect reach the end of the line, I changed it by setting the outer div, which is outlined in red in the attached image.

The problem is the highlight effect does not cover the whole div it supposed to be. Any suggestions?

Just a heads up that bug 1223368 is removing the filled styling for the searchbox.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: