Adds comments.

pull/1037/head
yanas 8 years ago
parent 89e15b6d3d
commit 19709cd3fc
  1. 3
      css/input-control/_input-control.scss

@ -48,6 +48,9 @@
}
}
/**
* Set a specific color for read only style.
*/
input:read-only {
color: $readOnlyInputColor;
}
Loading…
Cancel
Save