Standardized W95 styles

This commit is contained in:
2018-03-17 13:28:10 +11:00
parent fe971d8c18
commit 0fe13f3c67
5 changed files with 35 additions and 4 deletions

View File

@ -30,7 +30,7 @@ class ContextMenuButton extends Component {
isDisabled() {return this.props.data === "disabled";}
render() {
let cls = "menu-option";
let cls = "c-context-menu__menu-option";
if(this.isDisabled()) cls += " disabled";