Merge pull request #7687 from mfo/US/fix-conditionnal-in-section
fix(conditional): within section (dark blue bg) ; use white text
This commit is contained in:
commit
33000466a5
2 changed files with 9 additions and 0 deletions
|
@ -89,6 +89,14 @@
|
|||
label {
|
||||
color: $light-grey;
|
||||
}
|
||||
|
||||
.conditionnel {
|
||||
color: $white;
|
||||
|
||||
.add-row {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flex {
|
||||
|
|
|
@ -11,3 +11,4 @@ fr:
|
|||
'Logic::GreaterThanEq': Supérieur ou égal à
|
||||
'Logic::And': Et
|
||||
'Logic::Or': Ou
|
||||
'Logic::NotEq': N'est pas
|
||||
|
|
Loading…
Reference in a new issue