Make the Add option button look disabled when it is (#7164)

watcha-feature/make-nextcloud-documents-integration-a-local-widget
Andy Balaam 4 years ago committed by GitHub
parent 39e47e0375
commit 21c142c19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      res/css/views/dialogs/_PollCreateDialog.scss

@ -67,4 +67,8 @@ limitations under the License.
padding: 0;
margin-bottom: 40px; // arbitrary to create scrollable area under the poll
}
.mx_AccessibleButton_disabled {
opacity: 0.4;
}
}

Loading…
Cancel
Save