Browse Source

remove btn-light

itizawa 6 years ago
parent
commit
27e7b26698

+ 1 - 1
src/client/styles/agile-admin/inverse/variables.scss

@@ -50,7 +50,7 @@ $linktext: $inverse !default;
 // $dark-text: #848a96 !default;
 // $dark-text: #848a96 !default;
 // $navbar-border: #ccc !default;
 // $navbar-border: #ccc !default;
 // $active-navbar-border: lighten($navbar-border, 10%) !default;
 // $active-navbar-border: lighten($navbar-border, 10%) !default;
-$btn-default-bgcolor: darken(#fff, 10%) !default;
+// $btn-default-bgcolor: darken(#fff, 10%) !default;
 // $color-inline-code: #c7254e !default;
 // $color-inline-code: #c7254e !default;
 // $bgcolor-inline-code: #f9f2f4 !default;
 // $bgcolor-inline-code: #f9f2f4 !default;
 
 

+ 0 - 32
src/client/styles/scss/_override-bootstrap.scss

@@ -115,38 +115,6 @@
     background: $extralight;
     background: $extralight;
   }
   }
 
 
-  // btn-light (substitute for btn-default of bootstrap3)  (agile-admin style)
-  .btn-light,
-  .btn-light.disabled {
-    color: $bodytext;
-    $this-color: $btn-default-bgcolor;
-    background: $this-color;
-    border: 1px solid $this-color;
-
-    &:hover,
-    &:focus,
-    &.focus {
-      color: $bodytext;
-      background: $this-color;
-      border: 1px solid $this-color;
-      opacity: 0.8;
-    }
-
-    &:active &.active {
-      box-shadow: none;
-    }
-  }
-
-  .btn-light.btn-outline {
-    background-color: transparent;
-
-    &:hover,
-    &:focus,
-    &.focus {
-      background: $btn-default-bgcolor;
-    }
-  }
-
   //Modals
   //Modals
   .modal-content {
   .modal-content {
     box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
     box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);

+ 0 - 14
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -1,17 +1,3 @@
-/*
- * Button
- */
-.btn-light {
-  &:hover,
-  &:focus,
-  &.active,
-  &.active:hover,
-  &.active:focus {
-    color: $light;
-    background-color: lighten($bgcolor-global, 5%);
-  }
-}
-
 /*
 /*
   * Form
   * Form
   */
   */