🎨 /regle changement de couleur de la variable au survol

pull/96/head
mama 2017-10-12 18:15:38 +02:00
parent 6dc6bd34cd
commit 3286e0983e
1 changed files with 4 additions and 1 deletions

View File

@ -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;