Proper support for alternate selectors
This commit is contained in:
parent
21cb168dfd
commit
7e4fe93c7f
4 changed files with 59 additions and 58 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
name: 'Scrollbar',
|
||||
selector: '::-webkit-scrollbar',
|
||||
selector: ['::-webkit-scrollbar-button', '::-webkit-scrollbar-thumb', '::-webkit-resizer'],
|
||||
notEditable: true, // for now
|
||||
defaultRules: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue