Commit 9cf613d2 by Chris Committed by GitHub

Merge pull request #13288 from edx/clrux/rc/2016-08-23-ac-530-notes-fix

RC fixup for student notes button
parents 99a7c555 1505c1b3
......@@ -160,6 +160,14 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
@extend %shame-link-text;
display: inline;
@include margin-left($baseline/4);
border: 0;
background: transparent;
padding: 0;
&:active {
background: transparent;
box-shadow: none;
}
}
// note - comment made on highlighted content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment