You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/pages/menus/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,15 +78,15 @@ function Menus() {
78
78
<SectionHeaderheading="Selected and Disabled Items"/>
79
79
80
80
<p>
81
-
Mark a selected list element by adding the <code>pure-menu-selected</code> class to the list element. To mark a link as disabled, add an <code><a></code> element with the <code>pure-menu-disabled</code>class name. Disabled items appear faded and do not inherit hover styles.
81
+
Mark a selected list element by adding the <code>pure-menu-selected</code> class to the list element. To mark a link as disabled, add the class name <code>pure-menu-disabled</code>to the list element. Disabled items appear faded and do not inherit hover styles.
0 commit comments