Skip to content

[WIP] ConsentManager CSS stört das CSS der Webseite#410

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-19146931-220486867-bb08af6a-6ac3-41fe-9e6a-7f18ceac7bcc
Closed

[WIP] ConsentManager CSS stört das CSS der Webseite#410
Copilot wants to merge 1 commit intomainfrom
copilot/fix-19146931-220486867-bb08af6a-6ac3-41fe-9e6a-7f18ceac7bcc

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>ConsentManager CSS stört das CSS der Webseite</issue_title>
<issue_description>In der aktuellen CS Version werden CSS-Stile (barrierfreie Templates) global festgelegt und stören damit das ursprüngliche Design der Webseite.
U.a. hier:

button:focus, a:focus, input:focus, [tabindex]:focus {
outline: 3px solid #0066cc !important;
outline-offset: 2px !important;
box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2) !important;
}

Dies überschreibt die zuvor global festgelegte Definition der Webseite.

CSS sollte besser auf den CS bezogen definiert werden, um Störungen zu vermeiden.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@skerbis skerbis closed this Nov 3, 2025
Copilot AI requested a review from skerbis November 3, 2025 12:54
@skerbis skerbis deleted the copilot/fix-19146931-220486867-bb08af6a-6ac3-41fe-9e6a-7f18ceac7bcc branch December 10, 2025 17:58
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.

ConsentManager CSS stört das CSS der Webseite

2 participants