Changeset 287408 in webkit
- Timestamp:
- Dec 23, 2021 12:45:45 PM (7 months ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/GradientEditor.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r287346 r287408 1 2021-12-23 Tim Nguyen <ntim@apple.com> 2 3 Web Inspector: Dark mode: Make gradient editor angle input readable in dark mode 4 https://bugs.webkit.org/show_bug.cgi?id=234640 5 6 Reviewed by Devin Rousso. 7 8 Just use the native input styling, which is dark mode compatible by default. 9 10 * UserInterface/Views/GradientEditor.css: 11 (.gradient-editor > .gradient-angle > input[type="number"]): 12 1 13 2021-12-21 Patrick Angle <pangle@apple.com> 2 14 -
trunk/Source/WebInspectorUI/UserInterface/Views/GradientEditor.css
r253859 r287408 90 90 padding-right: 4px; 91 91 text-align: right; 92 font-size: 13px;93 background-color: white;94 border-radius: 4px;95 border: 1px solid hsl(0, 0%, 60%);96 box-shadow: inset 0 0 1px 1px hsl(0, 0%, 89%);97 outline: none;98 92 } 99 93
Note: See TracChangeset
for help on using the changeset viewer.