From d628e0ac5162bb1baeb16fcf21b688d37bbff758 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 13:39:50 +0200 Subject: Implement dynamic web page document title change --- src/components/simulations/SimulationActionButtons.js | 2 +- src/components/timeline/Timeline.sass | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components') 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}) => (
onViewUsers(simulationId)} > 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 -- cgit v1.2.3