Commit 9eb6fd79 authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

Renamed heatmap-tab to heatmap-pointer

parent a4898cd8
......@@ -151,7 +151,7 @@ class Hypothesis extends Annotator
@heatmap.subscribe 'updated', =>
tabs = d3.select(document.body)
.selectAll('div.heatmap-tab')
.selectAll('div.heatmap-pointer')
.data =>
buckets = []
@heatmap.index.forEach (b, i) =>
......@@ -167,7 +167,7 @@ class Hypothesis extends Annotator
# Enters into tabs var, and generates bucket pointers from them
tabs.enter().append('div')
.classed('heatmap-tab', true)
.classed('heatmap-pointer', true)
tabs.exit().remove()
......
......@@ -73,8 +73,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//HEATMAP TABS////////////////////////////////
.heatmap-tab {
//HEATMAP POINTERS////////////////////////////////
.heatmap-pointer {
@include user-select(none);
@include transition-property(transform, left);
@include transition-duration(1s, .2s);
......
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