Skip to content

Commit 6d9fd38

Browse files
jarildarkwing
authored andcommitted
Implement dark mode color polish for Outline (firefox-devtools#7446)
1 parent 09be11c commit 6d9fd38

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/PrimaryPanes/Outline.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,8 @@
106106
background: var(--theme-highlight-blue);
107107
color: #ffffff;
108108
}
109+
110+
.theme-dark .outline-footer button.active {
111+
background: var(--theme-selection-background);
112+
color: #ffffff;
113+
}

src/components/PrimaryPanes/OutlineFilter.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
font-style: italic;
2323
color: var(--theme-comment);
2424
}
25+
26+
.theme-dark .outline-filter-input.focused {
27+
border: 1px solid var(--blue-50);
28+
}

0 commit comments

Comments
 (0)