Skip to content

Commit da5233b

Browse files
committed
fixed issue #1
1 parent b0383b0 commit da5233b

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,5 +603,15 @@ <h4 class="subtitle">Mixins</h4>
603603
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
604604
<script>hljs.initHighlightingOnLoad();</script>
605605

606+
<script>
607+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
608+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
609+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
610+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
611+
612+
ga('create', 'UA-40361841-4', 'auto');
613+
ga('send', 'pageview');
614+
615+
</script>
606616
</body>
607617
</html>

tpxforms.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
line-height: 21px;
174174
margin-bottom: 5px;
175175
font-weight: 300;
176+
-webkit-user-select: none;
176177
}
177178
.tpx-checkbox span {
178179
position: absolute;

tpxforms.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
@warning-color: #eda43d;
4949
@danger-color: #d94843;
5050

51+
5152
// Common Mixins
5253
.radius(@radius) {
5354
-webkit-border-radius: @radius;
@@ -199,6 +200,7 @@
199200
line-height: 21px;
200201
margin-bottom: 5px;
201202
font-weight: 300;
203+
-webkit-user-select: none;
202204

203205
span {
204206
position: absolute;
@@ -292,7 +294,7 @@
292294
.checkbox-sizes(tpx-checkbox-xs, @indicator-checkbox-size - 4px, 22px); // Extra Small
293295

294296

295-
// Colored Radio Mixin
297+
// Colored Radio Mixins
296298
.colored-checkbox(@selector, @color) {
297299
.@{selector} {
298300

0 commit comments

Comments
 (0)