From 3286e0983e4f699a986031aaea334f74fe51fdd8 Mon Sep 17 00:00:00 2001 From: mama Date: Thu, 12 Oct 2017 18:15:38 +0200 Subject: [PATCH] :art: /regle changement de couleur de la variable au survol --- source/components/rule/Algorithm.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/components/rule/Algorithm.css b/source/components/rule/Algorithm.css index 5c526f45c..3af31176d 100644 --- a/source/components/rule/Algorithm.css +++ b/source/components/rule/Algorithm.css @@ -142,6 +142,9 @@ border: 1px solid rgba(51, 51, 80, 0.25); white-space: nowrap } +.variable .name:hover { + color: black; +} .percentage .name { @@ -149,7 +152,7 @@ font-weight: 600; } -.operator { +.inlineExpression .operator { margin: .1em .6em; font-size: 150%; font-weight: 600;