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

Comments in CSS can mess with some logic #5

Open
MrMazzone opened this issue Jul 24, 2023 · 0 comments
Open

Comments in CSS can mess with some logic #5

MrMazzone opened this issue Jul 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MrMazzone
Copy link
Owner

Code with comments like this:

  /* Styling for the morning and afternoon session titles */
  .morn, .noon {
    background-color: #bd94ff;
    padding-left: 0.5em;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    box-sizing: border-box;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;

  }
  
  /* General styling for the table */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

Mess with properly running tests as the comment object does not have selectorTest and other attributes.

@MrMazzone MrMazzone self-assigned this Jul 24, 2023
@MrMazzone MrMazzone added the bug Something isn't working label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant