You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test cursor themeing for paper-input using this CSS:
html /deep/ paper-input::shadow .cursor {
background-color: pink;
}
... but getting no result. Similar CSS is able to modify the .focused-underline element, but cursor doesn't have any visual difference. This is on latest stable Chrome on OSX.
The text was updated successfully, but these errors were encountered:
I'm trying to test cursor themeing for paper-input using this CSS:
... but getting no result. Similar CSS is able to modify the .focused-underline element, but cursor doesn't have any visual difference. This is on latest stable Chrome on OSX.
The text was updated successfully, but these errors were encountered: