Adds comments.

This commit is contained in:
yanas 2016-10-18 14:30:59 -05:00
parent 89e15b6d3d
commit 19709cd3fc
1 changed files with 3 additions and 0 deletions

View File

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