PLT-5441 Disabled the "Add Comment" button in the right-hand side unless there is a valid input (#5320)

Этот коммит содержится в:
Saturnino Abril
2017-02-14 22:42:33 +09:00
коммит произвёл George Goldberg
родитель 6251e836b0
Коммит 4aeb78e94a
2 изменённых файлов: 53 добавлений и 10 удалений

Просмотреть файл

@@ -62,6 +62,11 @@
.btn {
margin-bottom: 10px;
&.disabled {
background: grey !important;
border-color: transparent !important;
}
}
.custom-textarea {