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