Skip to content

fix: reset.css の :focus-visible を Theme 層から独立させる#46

Merged
shunei-web merged 1 commit intomainfrom
hotfix/v1.0.2
Mar 6, 2026
Merged

fix: reset.css の :focus-visible を Theme 層から独立させる#46
shunei-web merged 1 commit intomainfrom
hotfix/v1.0.2

Conversation

@shunei-web
Copy link
Collaborator

Summary

  • reset.css の :focus-visiblevar(--color-main) で Theme 層に依存していたバグを修正
  • currentcolor に変更し、reset.css を完全独立に

Changes

  • src/css/foundation/reset.css: var(--color-main)currentcolor

Closes #45

🤖 Generated with Claude Code

reset.css が var(--color-main) を参照しており Theme 層に依存していた。
currentcolor に変更し、完全独立のリセットに修正。

Closes #45

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shunei-web shunei-web merged commit bc8bf42 into main Mar 6, 2026
@shunei-web shunei-web deleted the hotfix/v1.0.2 branch March 6, 2026 12:52
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.

fix: reset.css の :focus-visible が Theme 層に依存している

1 participant