Przeglądaj źródła

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

Matt 4 lat temu
rodzic
commit
8199bb6b62

Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Plik diff jest za duży
+ 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 {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików