Open
Bug 1554159
Opened 6 years ago
Updated 1 year ago
[feature request] regex to filter CSS in dev tools
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: sdescarpentries, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
I filtered the CSS properties of an inspected element with the term "^color"
Actual results:
Nothing have been found.
Expected results:
I would have expected to get the CSS properties starting with "color". My "^" would have been interpreted like a regular expression.
The main benefit would be to avoid getting all the "background-color", "border-color", … and other detailed version of properties which prevent me from getting right to the really defined text "color:" when I search for "color".
Comment 2•6 years ago
|
||
Let's see what devtools have to say about this request.
Type: defect → enhancement
Component: Untriaged → General
Product: Firefox → DevTools
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Inspector: Rules
Ever confirmed: true
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•