Răsfoiți Sursa

reduce futile diff

yohei0125 4 ani în urmă
părinte
comite
5e161f2049
1 a modificat fișierele cu 7 adăugiri și 9 ștergeri
  1. 7 9
      packages/app/src/styles/theme/_apply-colors-dark.scss

+ 7 - 9
packages/app/src/styles/theme/_apply-colors-dark.scss

@@ -55,15 +55,13 @@ textarea.form-control {
   background-color: lighten($bgcolor-global, 5%);
   background-color: lighten($bgcolor-global, 5%);
 }
 }
 
 
-.input-group > .input-group-prepend {
-  > .input-group-text {
-    color: theme-color('light');
-    background-color: theme-color('secondary');
-    border: 1px solid theme-color('secondary');
-    border-right: none;
-    &.text-muted {
-      color: theme-color('light') !important;
-    }
+.input-group > .input-group-prepend > .input-group-text {
+  color: theme-color('light');
+  background-color: theme-color('secondary');
+  border: 1px solid theme-color('secondary');
+  border-right: none;
+  &.text-muted {
+    color: theme-color('light') !important;
   }
   }
 }
 }