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

pref(#6) - Remove Branding Styles #83

Merged

Conversation

gaeaehrlich
Copy link
Contributor

The styles that were removed:

.scrollbar {
  &:hover > .scrollbar-track .scrollbar-thumb .scrollbar-thumb-inner {
    opacity: 1;
    transition-delay: 0s;
  }

  .scrollbar-track .scrollbar-thumb .scrollbar-thumb-inner {
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0.5s; // The transition delay is used to keep the thumb visible for a short time when the cursor leaves. (see `Scrollable.constants.js`)
  }
}

@codecov
Copy link

codecov bot commented Feb 27, 2022

Codecov Report

Merging #83 (652e1e3) into 2.x (6f612b7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x      #83   +/-   ##
=======================================
  Coverage   96.00%   96.00%           
=======================================
  Files          61       61           
  Lines         852      852           
  Branches       29       29           
=======================================
  Hits          818      818           
  Misses         33       33           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f612b7...652e1e3. Read the comment docs.

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