Skip to content

Fix icon color and chevron size#2811

Merged
zoltanhosszu merged 1 commit intomainfrom
lexxy-toolbar-fixes
Apr 8, 2026
Merged

Fix icon color and chevron size#2811
zoltanhosszu merged 1 commit intomainfrom
lexxy-toolbar-fixes

Conversation

@zoltanhosszu
Copy link
Copy Markdown
Contributor

@zoltanhosszu zoltanhosszu commented Apr 8, 2026

Fixing 2 issues in Lexxy:

  • Icons were the wrong color in dropdowns in dark mode
  • Chevrons were a bit too small

Copilot AI review requested due to automatic review settings April 8, 2026 13:09
@zoltanhosszu zoltanhosszu merged commit 0ef9c56 into main Apr 8, 2026
13 of 15 checks passed
@zoltanhosszu zoltanhosszu deleted the lexxy-toolbar-fixes branch April 8, 2026 13:13
Copy link
Copy Markdown
Contributor

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

Updates Lexxy editor toolbar styling to ensure icons inherit the expected color and to reduce the dropdown chevron size for better visual balance.

Changes:

  • Make toolbar SVG icons inherit text color via fill: currentColor.
  • Adjust the toolbar dropdown chevron pseudo-element sizing.

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

}

.lexxy-editor__toolbar-dropdown--chevron {
summary:after {
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

Pseudo-element selector uses summary:after, but the codebase consistently uses the modern ::after form (e.g., app/assets/stylesheets/buttons.css:57, comments.css:141, reset.css:10). Switching to summary::after keeps selectors consistent and avoids linting/tooling inconsistencies.

Suggested change
summary:after {
summary::after {

Copilot uses AI. Check for mistakes.
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.

2 participants