add disabled attribute to items. beta to status

Adds the `disabled` attribute to a menu-item button if it's disabled, not just as a className.  Styling changes centered on that as well.

Also changes the `beta` class to `status` because it is used for both `beta` and `disabled` indicators.  Styling changes for that.
This commit is contained in:
Gazook89
2026-07-09 14:10:49 -05:00
parent c5db25f076
commit 794c2fa09d
2 changed files with 4 additions and 5 deletions
@@ -214,8 +214,7 @@
}
}
.name { margin-right : auto; }
.disabled { text-decoration : line-through; }
.beta {
.status {
align-self : center;
padding : 4px 6px;
margin-left : 5px;