Decorate view keyboard shortcuts link as a link (#7260)

This commit is contained in:
Michael Telatynski 2021-12-02 13:43:10 +00:00 committed by GitHub
parent 5169bca570
commit b69ad0cd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

View file

@ -32,6 +32,11 @@ limitations under the License.
margin-top: 20px;
}
}
.mx_AccessibleButton_kind_link {
padding: 0;
font-size: inherit;
}
}
.mx_PreferencesUserSettingsTab_CommunityMigrator {