Skip to content

99 bug what to do with ignored todocss#139

Open
hizclick wants to merge 10 commits intodevelopfrom
99-bug-what-to-do-with-ignored-todocss
Open

99 bug what to do with ignored todocss#139
hizclick wants to merge 10 commits intodevelopfrom
99-bug-what-to-do-with-ignored-todocss

Conversation

@hizclick
Copy link
Contributor

Description, Context and related Issue

This refactoring migrates all CSS rules from todo.css into properly organized SCSS modules within the theme package.

Refs #99

How Has This Been Tested?

  • klarinettenquintett.weber-gesamtausgabe
  • Edition Example

Types of changes

  • Refactoring

Overview

  • I have updated the inline documentation accordingly.
  • I have performed a self-review of my code, according to the style guide
  • I have read the CONTRIBUTING document.
  • All new and existing tests passed.

@hizclick hizclick linked an issue Jan 21, 2026 that may be closed by this pull request
.textViewContent h1 {
font-weight: bold;
font-size: 2em;
font-size: 1.3em !important; //coppied from todo.css
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not seem to have an effect... At least it looks different in the new branch...

image

Copy link
Contributor

Choose a reason for hiding this comment

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

textViewContent.scss is commented out in packages/eoTheme/sass/etc/all.scss so the declaration has no effect

Copy link
Contributor

@daniel-jettka daniel-jettka left a comment

Choose a reason for hiding this comment

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

I still have the opinion that !important should really only be used in exceptional cases.
The use of !important is more a sign that a CSS selector is maybe not specific enough if it collides with another one.

@hizclick
Copy link
Contributor Author

I still have the opinion that !important should really only be used in exceptional cases. The use of !important is more a sign that a CSS selector is maybe not specific enough if it collides with another one.

Thank you, @daniel-jettka. I added !important because the original todo.css already uses it, and I assumed it was overriding other styles in the original version as well. Since the original todo.css relies on !important, removing it here could change the resulting styles as shown in your screenshot.

@github-project-automation github-project-automation bot moved this to In Progress in Edirom Development Feb 2, 2026
@daniel-jettka daniel-jettka added this to the 1.3.0 milestone Feb 2, 2026
@daniel-jettka daniel-jettka mentioned this pull request Feb 2, 2026
hizclick and others added 7 commits February 4, 2026 22:34
…dirom/Edirom-Online-Frontend into 99-bug-what-to-do-with-ignored-todocss

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
…dirom/Edirom-Online-Frontend into 99-bug-what-to-do-with-ignored-todocss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

[BUG] What to do with ignored todo.css

3 participants