fix tap-highlight and missing divider

This commit is contained in:
Keegan
2016-02-29 14:35:39 +11:00
parent 75aaa07048
commit ca498c6e3c
10 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<span class="label">{{{label}}}</span>
<div class="checkbox-group">
{{each options}}
<label>
<label class="tap-highlight">
<span class="label">{{{this.label}}}</span>
<input
type="checkbox"
+1 -1
View File
@@ -1,4 +1,4 @@
<div class="component component-color">
<div class="component component-color tap-highlight">
<label>
<input
data-manipulator-target
+1 -1
View File
@@ -1,4 +1,4 @@
<label class="component component-input">
<label class="component component-input tap-highlight">
<span class="label">{{{label}}}</span>
<span class="input">
<input
+1 -1
View File
@@ -2,7 +2,7 @@
<span class="label">{{{label}}}</span>
<div class="radio-group">
{{each options}}
<label>
<label class="tap-highlight">
<span class="label">{{{this.label}}}</span>
<input
type="radio"
+1 -1
View File
@@ -1,4 +1,4 @@
<label class="component component-select">
<label class="component component-select tap-highlight">
<span class="label">{{{label}}}</span>
<span class="value"></span>
<select data-manipulator-target {{each key: attributes}}{{key}}="{{this}}"{{/each}}>
+1 -1
View File
@@ -1,4 +1,4 @@
<label class="component component-toggle">
<label class="component component-toggle tap-highlight">
<span class="label">{{{label}}}</span>
<span class="input">
<input