Browse Source

fix comment

soumaeda 2 năm trước cách đây
mục cha
commit
7532b75575

+ 2 - 2
apps/app/src/styles/theme/_apply-colors-dark.scss

@@ -130,8 +130,8 @@
   //   }
   //   }
 
 
 
 
-  // // TODO: Use .custom-card instead of Well
-  // // https://redmine.weseek.co.jp/issues/128307
+  // TODO: Use .custom-card instead of .well
+  // https://redmine.weseek.co.jp/issues/128307
   //   /*
   //   /*
   //   * Card
   //   * Card
   //   */
   //   */

+ 1 - 3
packages/core/scss/bootstrap/_override.scss

@@ -82,9 +82,7 @@
 // }
 // }
 
 
 // // Well (substitute Well of bootstrap3)
 // // Well (substitute Well of bootstrap3)
-// // Replaced well with custom-card
-// // https://redmine.weseek.co.jp/issues/128307
-// .card.custom-card {
+// .card.well {
 //   min-height: 20px;
 //   min-height: 20px;
 //   padding: $card-spacer-y $card-spacer-x;
 //   padding: $card-spacer-y $card-spacer-x;
 // }
 // }