add css pointer to external links

This commit is contained in:
Johannes Millan 2017-01-12 12:22:13 +01:00
parent 05ab393bca
commit 320d55d354
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[external-link] {
cursor: pointer;
}

View file

@ -182,6 +182,10 @@ task-list {
}
}
a {
cursor: pointer;
}
.status {
margin-bottom: 10px;
}

View file

@ -65,6 +65,8 @@ IMPORTANT NOTE:
@import '../scripts/edit-on-click/_edit-on-click-d.scss';
@import '../scripts/external-link/_external-link.scss';
@import '../scripts/hint/_hint-d.scss';
@import '../scripts/main-header/_main-header-d.scss';