[Webkit-unassigned] [Bug 190136] the background color of -webkit-slider-runnable-track is square even when border rounding is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 06:37:35 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190136

--- Comment #1 from Ron jonk <chat.ronjonk at gmail.com> ---
.range-slider-input::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(red, red) 0/var(--sx) 100% no-repeat green;
  overflow: hidden;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181001/99aa6c50/attachment.html>


More information about the webkit-unassigned mailing list