Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Web Inspector: Rearrange Gradient Editor to be able to show the color…
… component input fields https://bugs.webkit.org/show_bug.cgi?id=243352 rdar://97803004 Reviewed by Devin Rousso. Move the angle control above the color controls so that controls become more specific as you move from top to bottom of the gradient editor. This also affords us the breathing room to show the color component fields at the bottom of the color picker. * Source/WebInspectorUI/UserInterface/Views/ColorPicker.js: (WI.ColorPicker.prototype.async colorInputsWrapperElement): (WI.ColorPicker.prototype._showColorComponentInputs): (WI.ColorPicker.set enableColorComponentInputs): Deleted. * Source/WebInspectorUI/UserInterface/Views/GradientEditor.css: (.gradient-editor): (.gradient-editor > .gradient-type-select): (.gradient-editor > .gradient-slider): (.gradient-editor > .color-picker): (.gradient-editor > .gradient-angle): (.gradient-editor.radial-gradient): Deleted. (.gradient-editor.editing-color): Deleted. (.gradient-editor.radial-gradient.editing-color): Deleted. * Source/WebInspectorUI/UserInterface/Views/GradientEditor.js: (WI.GradientEditor): Canonical link: https://commits.webkit.org/252971@main
- Loading branch information
1 parent
bc1e128
commit 6d528bd
Showing
4 changed files
with
16 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters