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
parent 1f04912a8f
commit 4ad96f3d12
3 changed files with 47 additions and 19 deletions
+5
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;