firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Use selection text color for rules count and save link of selected CSS source items #430

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

The whole text of selected items within the CSS sources should be shown in contrast to the background, i.e. it should not be black but white.

Text in selected css sources using wrong color

This might be done by using HighlightText as text color.

Sebastian

janodvarko commented 8 years ago

Fixed, using CSS vars, so maybe fixing the comment in #416

SebastianZ commented 8 years ago

Regarding my comment on issue #416 I meant, you could also have used the color keywords Highlight and HighlightText instead.

But using the related DevTools CSS variables is the right way to go.

Sebastian