Merge pull request #3359 from matrix-org/jryans/features-without-is

Allow connecting to an IS from address picker
This commit is contained in:
J. Ryan Stinnett 2019-08-30 10:19:28 +01:00 committed by GitHub
commit 27fdef557d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 147 additions and 19 deletions

View file

@ -39,8 +39,7 @@ limitations under the License.
a:link,
a:hover,
a:visited {
color: $accent-color;
text-decoration: none;
@mixin mx_Dialog_link;
}
input[type=text],

View file

@ -67,3 +67,6 @@ limitations under the License.
pointer-events: none;
}
.mx_AddressPickerDialog_identityServer {
margin-top: 1em;
}