diff --git a/frontend/app/styles/global.scss b/frontend/app/styles/global.scss index 1af0a6664..c25d0cc7b 100644 --- a/frontend/app/styles/global.scss +++ b/frontend/app/styles/global.scss @@ -22,15 +22,3 @@ input.no-focus:focus { @apply inline-block; } } - -.border-b { - border-bottom: 1px solid #eee; -} - -button, -[type='button'], -[type='reset'], -[type='submit'] { - background-color: unset; - -webkit-appearance: button; -} diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 1fd4f8bd4..a5d695c43 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -41,7 +41,5 @@ module.exports = { visibility: ['responsive', 'hover', 'focus', 'group-hover'] }, plugins: [], - corePlugins: { - // preflight: false // TODO check for the conflicts with antd - } + corePlugins: {} };