Disabled input

This commit is contained in:
Maxime Lalo 2023-05-01 21:50:56 +02:00
parent 227e5ee4d9
commit 7293d6b95c

View File

@ -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 {