summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-22 13:39:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:07 +0200
commitd628e0ac5162bb1baeb16fcf21b688d37bbff758 (patch)
treea26163a319e60e2a99893aadfe7f1cd6fad9363f /src/components
parent5633c36d49c4ffd61688b0d05182934973fdd3ce (diff)
Implement dynamic web page document title change
Diffstat (limited to 'src/components')
-rw-r--r--src/components/simulations/SimulationActionButtons.js2
-rw-r--r--src/components/timeline/Timeline.sass2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/components/simulations/SimulationActionButtons.js b/src/components/simulations/SimulationActionButtons.js
index 9598513a..743b1f3c 100644
--- a/src/components/simulations/SimulationActionButtons.js
+++ b/src/components/simulations/SimulationActionButtons.js
@@ -13,7 +13,7 @@ const SimulationActionButtons = ({simulationId, onViewUsers, onDelete}) => (
</Link>
<div
className="btn btn-outline-success btn-sm mr-2"
- title="View and edit collaborators"
+ title="View and edit collaborators (not supported yet)"
onClick={() => onViewUsers(simulationId)}
>
<span className="fa fa-users"/>
diff --git a/src/components/timeline/Timeline.sass b/src/components/timeline/Timeline.sass
index ca1cc524..bfb1a4d7 100644
--- a/src/components/timeline/Timeline.sass
+++ b/src/components/timeline/Timeline.sass
@@ -45,6 +45,8 @@ $timeline-border: $border-width solid $gray-semi-dark
border: $timeline-border
overflow: hidden
+ pointer-events: all
+
+border-radius($standard-border-radius)
.play-btn