mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Action menus have a method set_kebab_trigger that converts the action menu button into a proper kebab icon. However, this method does not remove the standard bootstrap dropdown chevron and the visual information is replicated (kebab icon + chevron). For now this method is only used a couple of times but in every case (grade, course...) they add unnecessary adhoc css rules to hide the chevron when it should be the standard behaviour. This commit remove the chevron when the action menu is displayed as a kebab menu.