scottyaslan commented on code in PR #8464:
URL: https://github.com/apache/nifi/pull/8464#discussion_r1513589096


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss:
##########
@@ -317,7 +317,7 @@ $appFontPath: '~roboto-fontface/fonts';
         border-color: $accent-palette-A400;
     }
 
-    button:disabled {
+    button.nifi-button:disabled {

Review Comment:
   Can you please combine this with the style rules directly below this? So 
then it would be:
   
   ```
   button.nifi-button:disabled {
           color: $primary-palette-200 !important;
           cursor: not-allowed;
           border: 1px solid $primary-palette-200;
   
           i {
               color: $primary-palette-200 !important;
           }
       }
   ```
   
   and there would only be one selector for `button.nifi-button:disabled`.



-- 
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]

Reply via email to