improve scrollbars, add avatar to menu-item since it appears in
autocomplete, add wallpaper color
This commit is contained in:
parent
39eee4412f
commit
8e3637c059
5 changed files with 36 additions and 12 deletions
|
|
@ -7,7 +7,8 @@ export default {
|
|||
'Input',
|
||||
'Border',
|
||||
'ButtonUnstyled',
|
||||
'Badge'
|
||||
'Badge',
|
||||
'Avatar'
|
||||
],
|
||||
states: {
|
||||
hover: ':hover',
|
||||
|
|
|
|||
|
|
@ -16,7 +16,9 @@ export default {
|
|||
{
|
||||
directives: {
|
||||
'--font': 'generic | sans-serif',
|
||||
'--monoFont': 'generic | monospace'
|
||||
'--monoFont': 'generic | monospace',
|
||||
'--bg': 'color | #000000', // just to establish order
|
||||
'--wallpaper': 'color | --bg, -2'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ export default {
|
|||
defaultRules: [
|
||||
{
|
||||
directives: {
|
||||
background: '--bg'
|
||||
background: '--wallpaper'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue