mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 15:47:43 -04:00
make the tap-highlight not highlight the description
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="component component-color tap-highlight">
|
||||
<label>
|
||||
<div class="component component-color">
|
||||
<label class="tap-highlight">
|
||||
<input
|
||||
data-manipulator-target
|
||||
type="hidden"
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
<label class="component component-input tap-highlight">
|
||||
<span class="label">{{{label}}}</span>
|
||||
<span class="input">
|
||||
<input
|
||||
<div class="component component-input">
|
||||
<label class="tap-highlight">
|
||||
<span class="label">{{{label}}}</span>
|
||||
<span class="input">
|
||||
<input
|
||||
data-manipulator-target
|
||||
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
|
||||
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
|
||||
/>
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
|
||||
{{if description}}
|
||||
<div class="description">{{{description}}}</div>
|
||||
{{/if}}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="component component-select tap-highlight">
|
||||
<label>
|
||||
<div class="component component-select">
|
||||
<label class="tap-highlight">
|
||||
<span class="label">{{{label}}}</span>
|
||||
<span class="value"></span>
|
||||
<select data-manipulator-target {{each key: attributes}}{{key}}="{{this}}"{{/each}}>
|
||||
|
||||
Reference in New Issue
Block a user