Просмотр исходного кода

Merge pull request #3004 from weseek/feat/gw-4296-remove-shadow-of-slack-channel-input

remove shadow of slack channel input
Yuki Takei 5 лет назад
Родитель
Сommit
3664864265
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;