Sfoglia il codice sorgente

Fixes: #6982: Remove inherited background-color on disabled options

Matt 4 anni fa
parent
commit
8199bb6b62

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-light.css


+ 5 - 2
netbox/project-static/styles/select.scss

@@ -125,8 +125,11 @@ $spacing-s: $input-padding-x;
           border-bottom-left-radius: $form-select-border-radius;
         }
 
-        &.ss-disabled:hover {
-          color: $form-select-disabled-color;
+        &.ss-disabled {
+          background-color: unset;
+          &:hover {
+            color: $form-select-disabled-color;
+          }
         }
 
         .depth {

Some files were not shown because too many files changed in this diff