scottyaslan commented on code in PR #11262: URL: https://github.com/apache/nifi/pull/11262#discussion_r3364622439
########## nifi-frontend/src/main/frontend/libs/shared/src/assets/themes/components/_option.scss: ########## Review Comment: This is done in the latest commit — _select.scss has been deleted and all .mat-mdc-option rules now live in _option.scss. The cursor rules from _select.scss were superseded by the new explicit state-layer rules and removed entirely. The mdc-list-item--disabled color rule that was previously stranded in _select.scss's .darkMode block has been promoted to :root in _option.scss. One file now owns the full option surface: the Material mixin, base layout, disabled styling, and all interactive state layers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
