Changeset 245976 in webkit
- Timestamp:
- May 31, 2019, 12:05:51 PM (7 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/Variables.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r245914 r245976 1 2019-05-31 Devin Rousso <drousso@apple.com> 2 3 Web Inspector: Timelines: CPU: gray (?) and (x) should be white 4 https://bugs.webkit.org/show_bug.cgi?id=198394 5 6 Reviewed by Joseph Pecoraro. 7 8 * UserInterface/Views/Variables.css: 9 (@media (prefers-color-scheme: dark)): 10 Remove the dark mode override for `--gray-foreground-color`, as the default `white` is a 11 better contrast. 12 1 13 2019-05-30 Devin Rousso <drousso@apple.com> 2 14 -
trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css
r244951 r245976 230 230 231 231 --gray-background-color: hsl(0, 0%, 50%); 232 --gray-foreground-color: hsl(0, 0%, 33%);233 232 234 233 --link-text-color: var(--text-color-secondary);
Note:
See TracChangeset
for help on using the changeset viewer.