Skip to content

Commit

Permalink
Merge pull request #167 from bu-ist/hotfix/disable-external-link-styles
Browse files Browse the repository at this point in the history
Hotfix/disable external link styles
  • Loading branch information
ashleykolodziej authored Aug 10, 2018
2 parents 69f3490 + e326b16 commit 165c51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css-dev/burf-base/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ figure {
/// @group 01-config
/// @access public
/// @since 2.1.0
/// TODO: This needs further testing with Hub course indicator.

a {
/*a {
&[target="_blank"],
&[target="_new"] {
@include icon( 'redirect', 'after' );
Expand All @@ -119,4 +120,4 @@ a {
vertical-align: text-top;
}
}
}
}*/

0 comments on commit 165c51b

Please sign in to comment.