瀏覽代碼

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
   // in the input and form-control element
-  .grw-form-control-slack-notification {
+  .grw-form-control-slack-notification.form-control {
     height: $input-height-slack;
+    &:focus {
+      box-shadow: none;
+    }
   }
   .grw-input-group-slack-notification {
     height: $input-height-slack;