open-amdocs / webrix

Powerful building blocks for React-based web applications
https://webrix.amdocs.com
Apache License 2.0
431 stars 31 forks source link

pref(#6) - Remove Branding Styles #83

Closed gaeaehrlich closed 2 years ago

gaeaehrlich commented 2 years ago

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[bot] commented 2 years ago

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.