* Triggered after iconColor config got changed * @param {String} newValue * @protected
(newValue)
| 144 | * @protected |
| 145 | */ |
| 146 | afterSetIconColor(newValue) { |
| 147 | if (newValue !== null) { |
| 148 | let {style} = this; |
| 149 | |
| 150 | style['--process-icon-color'] = newValue + '!important'; |
| 151 | |
| 152 | this.style = style |
| 153 | } |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Triggered after items config got changed |
nothing calls this directly
no outgoing calls
no test coverage detected