+@import 'edumed/edumed.less';
+
.canvas-widget-footnote-handle {
display: inline;
outline: 0px solid transparent;
color: blue;
font-size: .8em;
- &::before, {
+ &::before {
content: "[" counter(footnote) "]";
}
}
font-size: 10px;
color: lighten(@black, 10%);
z-index:1000;
-}
\ No newline at end of file
+}