Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kevin Forth
2,811 PointsIn CSS when you hover your cursor over a color name or number, it shows the color, mine does not. Should it?
Is there a setting for that?
1 Answer

Jason Anders
Treehouse Moderator 145,704 PointsHey Kevin. Welcome to Treehouse!
I don't believe there is an actual setting for that. It will depend on your text editor. Workspaces used to have this feature (I think), but have noticed that it doesn't anymore. It's was a nice feature... but...
:)
Jason Anello
Courses Plus Student 94,596 PointsJason Anello
Courses Plus Student 94,596 PointsFrom what I remember it had worked in chrome but not firefox.
Jason Anders
Treehouse Moderator 145,704 PointsJason Anders
Treehouse Moderator 145,704 PointsYou're right Jason Anello. (My first comment I accidentally deleted).
I tried in Firefox and it doesn't work, but in Chrome it does. Thanks. :)
I didn't think that would be something that is browser specific?
Jason Anello
Courses Plus Student 94,596 PointsJason Anello
Courses Plus Student 94,596 PointsI think that since workspaces runs in the browser then anything that it does ultimately has to be accomplished with some combination of html/css/js
It doesn't seem like firefox is incapable of having this feature.
I haven't looked into it but my guess would be that some part of the js that is used for that feature is unsupported in firefox and a workaround was never implemented.