Changeset 287408 in webkit


Ignore:
Timestamp:
Dec 23, 2021 12:45:45 PM (7 months ago)
Author:
ntim@apple.com
Message:

Web Inspector: Dark mode: Make gradient editor angle input readable in dark mode
https://bugs.webkit.org/show_bug.cgi?id=234640

Reviewed by Devin Rousso.

Just use the native input styling, which is dark mode compatible by default.

  • UserInterface/Views/GradientEditor.css:

(.gradient-editor > .gradient-angle > input[type="number"]):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r287346 r287408  
     12021-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
    1132021-12-21  Patrick Angle  <pangle@apple.com>
    214
  • trunk/Source/WebInspectorUI/UserInterface/Views/GradientEditor.css

    r253859 r287408  
    9090    padding-right: 4px;
    9191    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;
    9892}
    9993
Note: See TracChangeset for help on using the changeset viewer.