Ver Fonte

remove form-control shadow

yusuketk há 6 anos atrás
pai
commit
fff19da693
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/client/styles/scss/_override-bootstrap.scss

+ 1 - 1
src/client/styles/scss/_override-bootstrap.scss

@@ -162,7 +162,7 @@ fieldset[disabled] .btn {
 }
 
 // input form (disabled box-shadow added in bootstrap4)
-.form-group .form-control {
+html div.form-group .form-control {
   &:focus,
   &.focus {
     box-shadow: none;