Skip to content

Disable interactive hover treatment for the static AI × Security card - #6

Draft
LGLenz with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-code-comments
Draft

Disable interactive hover treatment for the static AI × Security card#6
LGLenz with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-code-comments

Conversation

Copilot AI commented Aug 28, 2026

Copy link
Copy Markdown

This updates the new AI × Security section to align the non-link Agent Runtime Governance card with its actual behavior. The card remains informational, but no longer presents the hover affordances used for clickable project links.

  • Static card behavior

    • Mark the Agent Runtime Governance entry as a non-interactive card variant.
    • Remove hover lift/shadow treatment from that variant so it does not look clickable.
  • Scope

    • Keeps all linked project cards unchanged.
    • Limits the change to the single review-thread concern in index.html.
<div class="gh-card static reveal">
  ...
</div>
.gh-card.static { cursor: default; }
.gh-card.static:hover { box-shadow: none; transform: none; }

Copilot AI changed the title [WIP] Fix code according to review comments Disable interactive hover treatment for the static AI × Security card Aug 28, 2026
Copilot AI requested a review from LGLenz August 28, 2026 21:33
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