Open
Bug 1882541
Opened 2 years ago
Updated 2 years ago
Color default unit setting is ignored in Computed styles tab
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: azma, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
- Change my inspector settings to set my default color unit to hexadecimal
- Go to the inspector
- Inspect any element with a (font) color set with a CSS variable
- Go to the Computed tab, and search for "color"
Actual results:
The color shown in Computed is in the rgb(111, 111, 111) format
Expected results:
The color shown in Computed should be in the #999999 format
Updated•2 years ago
|
Component: Untriaged → Inspector
Product: Firefox → DevTools
Comment 1•2 years ago
|
||
Will look for some historical reason we're not doing this.
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•