Skip to content

Migrate to CSS3#312

Open
Rotzbua wants to merge 1 commit intogetgrav:developfrom
Rotzbua:chore_migrate_css
Open

Migrate to CSS3#312
Rotzbua wants to merge 1 commit intogetgrav:developfrom
Rotzbua:chore_migrate_css

Conversation

@Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented Mar 18, 2025

Problem

Does not work on chrome based browsers. Throws warnings in dev console.

Solution

Replace old vendor CSS -moz-linear-gradient to modern CSS3

Replace old vendor CSS ` -moz-linear-gradient` to modern CSS3
Copilot AI review requested due to automatic review settings February 12, 2026 22:02
Copy link

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 the login page styling to replace deprecated vendor-prefixed gradients (which cause issues/warnings in Chromium-based browsers) with modern CSS syntax.

Changes:

  • Replaced -moz-linear-gradient(...) with standard linear-gradient(...) for the login delimiter lines.
  • Updated pseudo-element selectors from :before/:after to ::before/::after.

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

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