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

Problems with scrollbar-color #994

Open
RivenSkaye opened this issue Jun 18, 2022 · 1 comment
Open

Problems with scrollbar-color #994

RivenSkaye opened this issue Jun 18, 2022 · 1 comment

Comments

@RivenSkaye
Copy link

RivenSkaye commented Jun 18, 2022

scss-lint can at the same time both recognize the proper ordering for scrollbar-color and scrollbar-width, but it also tells me it has no idea what scrollbar-color is and that it's most probably a spelling error. See the attached image for the simultaneous warnings. Reversing the order of them only leaves the PropertySpelling warning.
scrollbar-color on MDN
image

(S)CSS causing the issue:

table {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 85%;
    min-width: 60%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: $scrollbarcolor;

    th {
      background-color: $thbg;
      text-align: center;
    }

    tr:nth-child(even) {
      background-color: $theven;
    }

    td,
	th {
      border: 1px solid $tableborder;
      padding: 3px;
    }
  }
@lencioni
Copy link
Collaborator

Sounds like data/properties.txt needs to be updated

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

No branches or pull requests

2 participants