Commit abb97b1f authored by Eduardo Sanz García's avatar Eduardo Sanz García

#fix: remove transparency when the sidebar is open

parent 0c48d241
......@@ -4,9 +4,15 @@
// Bucket-bar styles are nested inside `.annotator-frame` to ensure they take
// precedence over the CSS reset applied to `.annotator-frame`.
.annotator-frame {
.annotator-frame.annotator-collapsed {
.annotator-bucket-bar {
background: rgba(0, 0, 0, 0.08);
}
}
.annotator-frame {
.annotator-bucket-bar {
background: rgb(235, 235, 235);
pointer-events: none;
position: absolute;
height: 100%;
......
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