✨ Disabled input
This commit is contained in:
parent
227e5ee4d9
commit
7293d6b95c
@ -27,12 +27,15 @@
|
|||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
background: white;
|
||||||
|
opacity: 0.6;
|
||||||
~ .fake-placeholder {
|
~ .fake-placeholder {
|
||||||
|
color: rgba($grey, 0.6);
|
||||||
/**
|
/**
|
||||||
TODO
|
TODO
|
||||||
* 1. Add styles so the placeholder has the same color as the background when disabled
|
* 1. Add styles so the placeholder has the same color as the background when disabled
|
||||||
*/
|
*/
|
||||||
background: transparent;
|
// background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user