zahmis 5 anos atrás
pai
commit
9c35d90a61

+ 1 - 5
src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss

@@ -2,16 +2,15 @@ $theme-colors: map-merge($theme-colors, $colors);
 
 
 @mixin button-svg-icon-variant($color, $bordercolor) {
 @mixin button-svg-icon-variant($color, $bordercolor) {
   svg {
   svg {
+    border-color: $bordercolor;
     fill: $color;
     fill: $color;
   }
   }
-
   &.disabled,
   &.disabled,
   &:disabled {
   &:disabled {
     svg {
     svg {
       fill: $color;
       fill: $color;
     }
     }
   }
   }
-
   &:not(:disabled):not(.disabled):active,
   &:not(:disabled):not(.disabled):active,
   &:not(:disabled):not(.disabled).active,
   &:not(:disabled):not(.disabled).active,
   .show > &.dropdown-toggle {
   .show > &.dropdown-toggle {
@@ -25,20 +24,17 @@ $theme-colors: map-merge($theme-colors, $colors);
   svg {
   svg {
     fill: $value;
     fill: $value;
   }
   }
-
   @include hover() {
   @include hover() {
     svg {
     svg {
       fill: $value;
       fill: $value;
     }
     }
   }
   }
-
   &.disabled,
   &.disabled,
   &:disabled {
   &:disabled {
     svg {
     svg {
       fill: $value;
       fill: $value;
     }
     }
   }
   }
-
   &:not(:disabled):not(.disabled):active,
   &:not(:disabled):not(.disabled):active,
   &:not(:disabled):not(.disabled).active,
   &:not(:disabled):not(.disabled).active,
   .show > &.dropdown-toggle {
   .show > &.dropdown-toggle {