mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
[NIFI-3042] Update class name for disabled combo option. This closes #1228
This commit is contained in:
parent
9f3bf121f9
commit
81357d4456
@ -77,7 +77,7 @@ div.selected-disabled-option {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.combo-options ul > li.disabled {
|
||||
.combo-options ul > li.disabled-option {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@
|
||||
|
||||
// this is option is enabled register appropriate listeners
|
||||
if (option.disabled === true) {
|
||||
optionElement.addClass('unset disabled');
|
||||
optionElement.addClass('unset disabled-option');
|
||||
} else {
|
||||
optionElement.click(function () {
|
||||
//remove active styles
|
||||
|
Loading…
x
Reference in New Issue
Block a user