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

backport: fix(mobile): reorder stylesheets #9888

Merged

Conversation

Minion3665
Copy link
Member

As we insert other stylesheets after the head (and therefore later than
stylesheets in the head), they take precedence over stylesheets in the
head.

Therefore, we can't insert our device and branding stylesheets in the
end of the . We need to insert them after the latest other
stylesheet.

This appears to a regression from #9442

@Minion3665 Minion3665 requested a review from gokaysatir August 23, 2024 10:47
browser/js/global.js Outdated Show resolved Hide resolved
@Minion3665 Minion3665 force-pushed the private/skyler/push-knnxzmlwnvwm branch from 2c82db3 to 7374cd4 Compare August 23, 2024 14:10
As we insert other stylesheets after the head (and therefore later than
stylesheets in the head), they take precedence over stylesheets in the
head.

Therefore, we can't insert our device and branding stylesheets in the
end of the <head>. We need to insert them after the latest other
stylesheet.

This appears to a regression from #9442

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: I829c0dc1ad95a28650845d39aad9f975692319b8
@Minion3665 Minion3665 force-pushed the private/skyler/push-knnxzmlwnvwm branch from 7374cd4 to 76c255e Compare August 23, 2024 14:10
@Minion3665 Minion3665 requested a review from eszkadev August 23, 2024 14:11
@Minion3665 Minion3665 merged commit ff31007 into distro/collabora/co-24.04 Aug 23, 2024
10 checks passed
@Minion3665 Minion3665 deleted the private/skyler/push-knnxzmlwnvwm branch August 23, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants