Merge pull request #1828 from KhushilMistry/issue1774

Link text has text-transform: capitalize, contrary to Material specs is removed.
old
Rubén Moya 2018-03-13 11:48:50 +01:00 committed by GitHub
commit 9020a14bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@
vertical-align: middle;
}
& > abbr {
text-transform: capitalize;
}
& > small {
font-size: var(--font-size-tiny);
margin-left: calc(0.8 * var(--unit));