Since this commit: https://gerrit.wikimedia.org/r/c/mediawiki/skins/MinervaNeue/+/1073500
Observed {F57689845}
Expected {F57689848}
---
== Requirement
Ensure that VisualEditor (VE) mobile menu items are not bold.
----
== BDD
```
Feature: Fix bold styling of VE mobile menu items
Scenario: VE mobile menu items are not bold
Given I visit a Minerva-skinned page with VisualEditor enabled
When I open the VisualEditor mobile menu
Then the menu items should not be bold
```
----
== Test Steps
Test Case 1: Verify VE mobile menu items are not bold
1. Visit a Minerva-skinned page with VisualEditor enabled.
2. Open the VisualEditor mobile menu.
3. AC1: Confirm that the menu items are not bold.
---
== QA Results - Beta
| **AC** | **Status** | **Details** |
| ----- | ----- | ----- |
| 1 | ✅ | T379428#10616045 |