Skip to content

fix(nwg-dock): move layout properties from colors.css to style.css#48

Open
justindotdevv wants to merge 1 commit intoimbypass:mainfrom
justindotdevv:fix/colors-css-layout-properties
Open

fix(nwg-dock): move layout properties from colors.css to style.css#48
justindotdevv wants to merge 1 commit intoimbypass:mainfrom
justindotdevv:fix/colors-css-layout-properties

Conversation

@justindotdevv
Copy link
Copy Markdown
Contributor

Fixes #47

Moves non-color properties (border, padding) from the colors.css template to style.css where they belong. Removes inline comments from the colors template.

Changes:

  • Removed border: 2px solid and padding: 3px from colors template
  • Added border-style, border-width, border-radius to #box in style.css template
  • Colors template now only contains color-related properties

Copilot AI review requested due to automatic review settings March 7, 2026 03:59
@justindotdevv justindotdevv force-pushed the fix/colors-css-layout-properties branch from e0d2755 to 4f1cc65 Compare March 7, 2026 04:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the nwg-dock-hyprland theme hook to keep colors.css limited to color theming, and moves structural/layout styling into the generated style.css, aligning with the intended separation described in issue #47.

Changes:

  • Removes non-color properties (border, padding) and inline comments from the generated colors CSS content.
  • Adds layout-related border properties (border-style, border-width, border-radius) to the default #box styling in the generated style.css.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@justindotdevv justindotdevv force-pushed the fix/colors-css-layout-properties branch from 4f1cc65 to c9d522f Compare March 7, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nwg-dock-hyprland: colors.css template contains non-color properties

2 participants