Make the errors/warnings/notices lists keyboard accessible

This commit is contained in:
Alex Kilgour
2016-01-28 15:40:22 +00:00
parent 0829482020
commit 537b93c671
5 changed files with 48 additions and 23 deletions

View File

@@ -43,3 +43,11 @@
.affix {
position: fixed;
}
// Cursors
// -------------------------
.pointer {
cursor: pointer;
}