Hello,
In our webapp, I was doing the following:
html /deep/::-webkit-scrollbar-track {
background-color: #595B5E;
}
html /deep/::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
html /deep/::-webkit-scrollbar-thumb {
background-color: #9C9D9E;
border: 2px solid #595B5E;
}
However, I see that /deep/ and ::shadow are now deprecated
(https://www.polymer-project.org/1.0/docs/devguide/styling#xscope-styling).
How would I style the scrollbars without using these selectors?
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/5a15728b-a604-4baf-b837-f5fdbef36117%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.