mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
render the "no specified" item in choices as italic
This commit is contained in:
parent
199930d23a
commit
7d5ea38ea3
@ -97,3 +97,4 @@ Branch CRUD-Init
|
||||
================
|
||||
|
||||
- create an api for rendering entities
|
||||
- css: render the placeholder in expanded choice item as italic (the "no specified" choice")
|
||||
|
@ -25,6 +25,11 @@ label {
|
||||
abbr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// mark the label for empty placeholder
|
||||
&[for$="_placeholder"] {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-choice {
|
||||
|
Loading…
x
Reference in New Issue
Block a user