Skip to content

Commit

Permalink
fix(annotationViewer): progress line no longer dissapears when page z…
Browse files Browse the repository at this point in the history
…ommed out

Fixes #274
  • Loading branch information
atruskie committed Jul 6, 2016
1 parent 5c6bf1e commit 618a96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/annotationViewer/_annotationViewer.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//@import 'base';

// color-swatch
$spectrogramProgressLine: #FF0000;
$spectrogramProgressLine: rgba(255, 0, 0, 1.0);
$spectrogramBorder: #8c8c8c;
$tagAlignmentLine: #ffa73c;

Expand Down Expand Up @@ -134,7 +134,7 @@ baw-annotation-viewer {
}

& .positionLine {
//border-left: solid 1px $spectrogramProgressLine;
border-right: solid 1px $spectrogramProgressLine;
background-color: $spectrogramProgressLine;
height: 100%;
width: 1px;
Expand Down

0 comments on commit 618a96e

Please sign in to comment.