Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
a035f816a7
6 changed files with 14 additions and 7 deletions
|
@ -1541,9 +1541,12 @@ c.hints.radius = 6
|
|||
# 'input:not([type])',
|
||||
# 'textarea']}
|
||||
|
||||
c.hints.selectors['all'].append('ha-card')
|
||||
c.hints.selectors['all'].append('shadow-root')
|
||||
c.hints.selectors['all'].append('[ha-card]')
|
||||
c.hints.selectors['all'].append('mdc-switch__native-control')
|
||||
c.hints.selectors['all'].append('[for="checkbox"]')
|
||||
c.hints.selectors['all'].append('label')
|
||||
c.hints.selectors['all'].append('hui-button-card')
|
||||
|
||||
## Make characters in hint strings uppercase.
|
||||
## Type: Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue