فهرست منبع

remove shadow

yusuketk 5 سال پیش
والد
کامیت
973b74fa6c
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/client/styles/scss/molecules/slack-notification.scss

+ 4 - 1
src/client/styles/scss/molecules/slack-notification.scss

@@ -18,8 +18,11 @@
   }
   }
   // height settings for slack button's responsive design
   // height settings for slack button's responsive design
   // in the input and form-control element
   // in the input and form-control element
-  .grw-form-control-slack-notification {
+  .grw-form-control-slack-notification.form-control {
     height: $input-height-slack;
     height: $input-height-slack;
+    &:focus {
+      box-shadow: none;
+    }
   }
   }
   .grw-input-group-slack-notification {
   .grw-input-group-slack-notification {
     height: $input-height-slack;
     height: $input-height-slack;