Преглед изворни кода

129279 change well to custom-card in dark

soumaeda пре 2 година
родитељ
комит
fe87635fdb
1 измењених фајлова са 3 додато и 5 уклоњено
  1. 3 5
      apps/app/src/styles/theme/_apply-colors-dark.scss

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

@@ -130,17 +130,15 @@
   //   }
 
 
-  // TODO: Use .custom-card instead of .well
-  // https://redmine.weseek.co.jp/issues/128307
   //   /*
   //   * Card
   //   */
-  //   .card:not([class*='bg-']):not(.well):not(.card-disabled) {
+  //   .card:not([class*='bg-']):not(.custom-card):not(.card-disabled) {
   //     @extend .bg-dark;
   //   }
 
-  //   [TODO] GW-3219 modify common color of well in dark theme, then remove below css.
-  //   .card.well {
+  //   [TODO] GW-3219 modify common color of custom-card in dark theme, then remove below css.
+  //   .card.custom-card {
   //     border-color: var(--secondary);
   //   }