Adds comments.
This commit is contained in:
parent
89e15b6d3d
commit
19709cd3fc
|
@ -48,6 +48,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set a specific color for read only style.
|
||||
*/
|
||||
input:read-only {
|
||||
color: $readOnlyInputColor;
|
||||
}
|
Loading…
Reference in New Issue