mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 11:23:27 +08:00
These reject/approve buttons were getting `btn-default` classes rather than `btn-danger` or `btn-success`, which meant the styles for the colors had to be applied separately to `.approve-post` and `.reject-post`. This also meant the styles needed an additional override in themes. Moving to our common button classes helps centralize the styles and avoids a manual override being needed in themes. Button appearance is the same before/after  |
||
|---|---|---|
| .. | ||
| base | ||
| components | ||
| float-kit | ||
| form-kit | ||
| foundation | ||
| login | ||
| modal | ||
| rich-editor | ||
| select-kit | ||
| table-builder | ||
| d-editor.scss | ||
| font-variables.scss | ||
| input_tip.scss | ||
| loading-slider.scss | ||
| post-action-feedback.scss | ||
| printer-friendly.scss | ||
| software-update-prompt.scss | ||
| topic-entrance.scss | ||
| topic-timeline.scss | ||
| whcm.scss | ||