render the "no specified" item in choices as italic

This commit is contained in:
2019-12-13 10:14:06 +01:00
parent 199930d23a
commit 7d5ea38ea3
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ label {
abbr {
display: none;
}
// mark the label for empty placeholder
&[for$="_placeholder"] {
font-style: italic;
}
}
.inline-choice {