Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Misc] Improve consistency of global LESS variable declaration in Flamingo #3663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sereza7
Copy link
Contributor

@Sereza7 Sereza7 commented Nov 20, 2024

Jira URL

None, quality change only.

Changes

Description

  • Moved the global LESS variables declarations to variables.less.
  • Renamed @loginFormMaxWidth to @login-form-max-width
  • Moved @border-width from the override section to the XWiki specific section (it was incorrectly set here...)
  • Fixed a couple typos, the past participle of to override is overridden :)

Clarifications

Screenshots & Video

None, code quality changes only.

Executed Tests

Passed mvn clean install -f xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin -Pquality,docker without an issue.
I conducted a quick manual test by moving the changes related to font size on my local instance. After a reset of the instance and its LESS cache, the titles still had the right font size 👍 .

Expected merging strategy

  • Prefers squash: Yes
  • Backport on branches:
    • 16.10.X

…mingo

* Moved the global LESS variables declarations to variables.less.
* Renamed `@loginFormMaxWidth` to `@login-form-max-width`
* Moved `@border-width` from the override section to the XWiki specific section (it was incorrectly set here...)
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.

1 participant