Bug 1412608 - Fix comment selection color in markup view. r=jdescottes draft
authorGabriel Luong <gabriel.luong@gmail.com>
Thu, 09 Nov 2017 23:06:37 -0500
changeset 696017 320fd9dfd0aed1e6c0011dd9538fa31ead604bd1
parent 696016 3ea6a1a7234311497e090123ea8725c107b47765
child 739764 99aa1c99aedbb98c41f235bbd2c00f7c1b19fdee
push id88612
push userbmo:gl@mozilla.com
push dateFri, 10 Nov 2017 04:07:09 +0000
reviewersjdescottes
bugs1412608
milestone58.0a1
Bug 1412608 - Fix comment selection color in markup view. r=jdescottes MozReview-Commit-ID: 9G5efQSPHCf
devtools/client/themes/markup.css
--- a/devtools/client/themes/markup.css
+++ b/devtools/client/themes/markup.css
@@ -382,16 +382,17 @@ ul.children + .tag-line::before {
 .theme-firebug .not-displayed .close {
   opacity: .5;
 }
 
 /* Selected nodes in the tree should have light selected text.
    theme-selected doesn't work in this case since the text is a
    sibling of the class, not a child. */
 .theme-selected ~ .editor,
+.theme-selected ~ .editor.comment,
 .theme-selected ~ .editor .theme-fg-color1,
 .theme-selected ~ .editor .theme-fg-color2,
 .theme-selected ~ .editor .theme-fg-color3,
 .theme-selected ~ .editor .theme-fg-color4,
 .theme-selected ~ .editor .theme-fg-color5,
 .theme-selected ~ .editor .theme-fg-color6,
 .theme-selected ~ .editor .theme-fg-color7,
 .theme-selected ~ .editor .close::before {