feat: add helper for disabled link, fixed #295 (#296)

This commit is contained in:
cinwell.li 2017-10-30 06:00:31 -05:00 committed by GitHub
commit 4ad96f3d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 19 deletions

View file

@ -75,6 +75,11 @@ img {
max-width: 100%;
}
a[disabled] {
cursor: not-allowed;
opacity: 0.6;
}
kbd {
border: solid 1px #ccc;
border-radius: 3px;