Просмотр исходного кода

fix button-svg-icon-variant mixin

Yuki Takei 5 лет назад
Родитель
Сommit
5ae250ebc0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss

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

@@ -22,7 +22,7 @@ $theme-colors: map-merge($theme-colors, $colors);
   &.disabled,
   &.disabled,
   &:disabled {
   &:disabled {
     svg {
     svg {
-      color: color-yiq($background);
+      fill: color-yiq($background);
     }
     }
   }
   }
 
 
@@ -30,7 +30,7 @@ $theme-colors: map-merge($theme-colors, $colors);
   &:not(:disabled):not(.disabled).active,
   &:not(:disabled):not(.disabled).active,
   .show > &.dropdown-toggle {
   .show > &.dropdown-toggle {
     svg {
     svg {
-      color: color-yiq($active-background);
+      fill: color-yiq($active-background);
     }
     }
   }
   }
 }
 }