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

refactor: remove unnecessary css #725

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

DariusZdroba
Copy link
Contributor

@DariusZdroba DariusZdroba commented Nov 25, 2024

Description

The CSS was really cluttered and difficult to understand being in the HTML templates in <style> tags, I separated them into their own file, now we inject them the same way we did so far with IaC, through the TemplateData that is used to dynamically render variables into the HTML.

In addition to that, some minor styling changes were pushed down from VSCode in order to remove them from being plugin-specific and having a more centralized styling possibility in Language Server.

Checklist

  • Tests added and all succeed
  • Linted
  • README.md updated, if user-facing
  • License file updated, if new 3rd-party dependency is introduced

@DariusZdroba DariusZdroba requested a review from a team as a code owner November 25, 2024 13:07
@@ -20,7 +21,7 @@
}

::-webkit-scrollbar-thumb:hover {
background: var(--scroll-bar-hover-background-color);
background: var();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we need the var --scroll-bar-hover-background-color here

@DariusZdroba DariusZdroba changed the title Chore/unify css for code refactor: remove unnecessary css Nov 25, 2024
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