Merge pull request #2908 from matrix-org/travis/upgrades/linkback

Add a link in room settings to get at the tombstoned room if it exists
This commit is contained in:
Travis Ralston 2019-04-12 10:21:39 -06:00 committed by GitHub
commit e8d141fc3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 1 deletions

View file

@ -72,3 +72,7 @@ limitations under the License.
// give them more visual distinction between the sections.
margin-top: 30px;
}
.mx_SettingsTab a {
color: $accent-color-alt;
}