Added button to show/hide guided notes and discussions.
This commit is contained in:
@@ -14,12 +14,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
.annotatable-toggle {
|
||||
display: block;
|
||||
font-size: $body-font-size;
|
||||
}
|
||||
|
||||
span.annotatable {
|
||||
color: $blue;
|
||||
cursor: pointer;
|
||||
.annotatable-icon {
|
||||
margin: auto 2px auto 4px;
|
||||
}
|
||||
&.hide {
|
||||
cursor: none;
|
||||
color: inherit;
|
||||
.annotatable-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.annotatable-icon {
|
||||
@@ -64,4 +76,7 @@ span.annotatable {
|
||||
&.opaque {
|
||||
opacity: 0.4;
|
||||
}
|
||||
&.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user