UX: use new --danger modifier in dropdown (#34981)

Context: no longer using `btn-danger` for non-standard buttons, such as
in a dropdown.
Instead, replace with the dedicated `--danger` modifier.
This commit is contained in:
chapoi
2025-09-25 10:48:52 -06:00
committed by GitHub
parent 26e3e027a5
commit 5f0b703bba
@@ -123,7 +123,7 @@ export default class TopicAdminMenu extends Component {
@label="topic.actions.delete"
@action={{fn this.onButtonAction "deleteTopic"}}
@icon="trash-can"
class="popup-menu-btn-danger btn-danger"
class="popup-menu-btn-danger --danger"
/>
</dropdown.item>
{{else if this.canRecover}}