discourse/app/assets/stylesheets/vendor/normalize-ext.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
288 B
SCSS
Raw Normal View History

2022-07-13 20:56:25 -04:00
/* Discourse custom changes for backward compatibility
========================================================================== */
button,
input,
optgroup,
select,
textarea {
color: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}