Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request focuses on updating the visual design and improving the user interface across multiple CSS files, as well as incrementing the version in the manifest file. Key changes include standardizing color variables, enhancing button and input styles, and introducing new design elements for better user experience.
Visual Design Updates
Color Standardization: Updated
--blue
and--dark-blue
variables to new shades acrossindex.css
files for consistency (v3.m3/data/add/index.css
,v3.m3/data/manager/index.css
,v3.m3/data/options/index.css
). [1] [2] [3]New Design Variables: Added a comprehensive set of CSS variables in
v3.m3/data/options/index.css
for colors and states to support a consistent design system.UI Enhancements
Button Redesign: Updated button styles with rounded corners, hover effects, and a secondary button class for alternative actions. Changes include
v3.m3/data/options/index.css
and corresponding updates inv3.m3/data/options/index.html
. [1] [2]Input and Checkbox Styling: Introduced new styles for input fields, checkboxes, and dropdowns with improved focus, hover, and disabled states for better usability.
Header Style Adjustments: Modified header styles in
v3.m3/data/manager/index.css
to include absolute positioning and z-index for better layout control.Version Update
manifest.json
to increment the version from0.7.0
to0.8.0
to reflect the new changes.