Clean up document links on task order view page

This commit is contained in:
Patrick Smith
2019-01-11 11:01:57 -05:00
parent f7a87308c7
commit b807d2c932
3 changed files with 21 additions and 43 deletions

View File

@@ -63,4 +63,9 @@
&.icon-link--default {
@include icon-link-color($color-black-light, $color-gray-lightest);
}
&.icon-link--disabled {
opacity: 0.3;
pointer-events: none;
}
}