Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Colors in the developer web console

  • 1 תגובה
  • 1 has this problem
  • 3 views
  • תגובה אחרונה מאת cor-el

more options

I noticed that when html is on the page and displayed, the html is blue. When the html is rendered but not on the page, it is gray. This is really cool and I want to know more about it but cant find any documentation,

Can you tell me what this setting is called, or how it works?

In the attached image, the ItemView-sideColumn isn't shown for mobile (My viewer is small enough to trigger mobile display), and it automatically changes to gray when it does this.

I noticed that when html is on the page and displayed, the html is blue. When the html is rendered but not on the page, it is gray. This is really cool and I want to know more about it but cant find any documentation, Can you tell me what this setting is called, or how it works? In the attached image, the ItemView-sideColumn isn't shown for mobile (My viewer is small enough to trigger mobile display), and it automatically changes to gray when it does this.
צילומי מסך מצורפים

כל התגובות (1)

more options

That is about --markup-hidden colors for instance use for class .not-displayed :

.not-displayed {
	color: var(--markup-hidden-punctuation-color);
}