Commit aa88f7dc authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Remove unused classname

On doing some work I found the sidebar has a classname
`.annotator-outer` which doesn't have any associated style.

I couldn't find any other references to `annotator-outer` in the
project.
parent becbda59
......@@ -74,7 +74,7 @@ export default class Sidebar extends Guest {
} else {
frame = document.createElement('div');
frame.style.display = 'none';
frame.className = 'annotator-frame annotator-outer';
frame.className = 'annotator-frame';
if (config.theme === 'clean') {
frame.classList.add('annotator-frame--theme-clean');
......
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