Merge pull request #3359 from matrix-org/jryans/features-without-is
Allow connecting to an IS from address picker
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -67,3 +67,6 @@ limitations under the License.
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_AddressPickerDialog_identityServer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user