Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKevin 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,860 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,610 PointsJason Anello
Courses Plus Student 94,610 PointsFrom what I remember it had worked in chrome but not firefox.
Jason Anders
Treehouse Moderator 145,860 PointsJason Anders
Treehouse Moderator 145,860 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,610 PointsJason Anello
Courses Plus Student 94,610 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.