Commit c298fb1a authored by Kyle's avatar Kyle
Browse files

Add Pointer Events

parent 643effe3
Showing with 1 addition and 0 deletions
+1 -0
...@@ -341,6 +341,7 @@ input[type="checkbox"] { ...@@ -341,6 +341,7 @@ input[type="checkbox"] {
height: @input-height-base; height: @input-height-base;
line-height: @input-height-base; line-height: @input-height-base;
text-align: center; text-align: center;
pointer-events: none;
} }
.input-lg + .form-control-feedback { .input-lg + .form-control-feedback {
width: @input-height-large; width: @input-height-large;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment