diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 8c5ee4a896..46de3e85f1 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -101,22 +101,6 @@ blockquote { color: #8c8c8c; } -input { - box-sizing: border-box; - font-size: 0.85em; - padding: 0.5em; - border-radius: 3px; - border: 0; - outline: none; - border: 1px solid #ddd; -} - -input:focus { - border: 0; - outline: none; - border: 1px solid #ddd; -} - code { font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace, sans-serif; @@ -189,4 +173,4 @@ h4 { .ant-tree { background: transparent !important; } -} \ No newline at end of file +}