Browse Source

Add some fixes

Diego Smania 3 years ago
parent
commit
2aa1da0db3
2 changed files with 1 additions and 3 deletions
  1. 0 1
      build/scss/_buttons.scss
  2. 1 2
      build/scss/mixins/_backgrounds.scss

+ 0 - 1
build/scss/_buttons.scss

@@ -58,7 +58,6 @@
   &:disabled {
     color: $button-default-color;
     background-color: $button-default-background-color;
-    border-color: $button-default-border-color;
   }
 }
 

+ 1 - 2
build/scss/mixins/_backgrounds.scss

@@ -60,9 +60,8 @@
 
       &:disabled,
       &.disabled {
-        background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
         background-image: none !important;
-        color: color-yiq($color);
+        border-color: $color;
       }
     }
   }