mirror of https://github.com/zulip/zulip.git
modal: Grey out the submit button when disabled.
This commit is contained in:
parent
ca4d9b0fd6
commit
6262c88e00
|
@ -117,6 +117,11 @@
|
|||
backface-visibility: hidden;
|
||||
transform: translateZ(0);
|
||||
transition: transform 0.25s ease-out;
|
||||
|
||||
&:disabled {
|
||||
background-color: hsl(0, 0%, 83%);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.modal__btn:focus,
|
||||
|
|
Loading…
Reference in New Issue