@@ -19,7 +19,7 @@ title: "Navigation"
19
19
</div >
20
20
</div >
21
21
22
- ## Simple Navigation Example
22
+ ## Simple
23
23
24
24
@component ('_ partials.code-sample')
25
25
<ul class =" flex " >
@@ -33,7 +33,7 @@ title: "Navigation"
33
33
<a class="text-blue hover:text-blue-darker" href="#">Link</a>
34
34
</li>
35
35
<li class="mr-6">
36
- <a class="text-grey-light" href="#">Disabled</a>
36
+ <a class="text-grey-light cursor-not-allowed " href="#">Disabled</a>
37
37
</li>
38
38
</ul >
39
39
@endcomponent
@@ -68,12 +68,12 @@ title: "Navigation"
68
68
<a class="inline-block border border-white rounded hover:border-grey-lighter text-blue hover:bg-grey-lighter py-1 px-3" href="#">Pill</a>
69
69
</li>
70
70
<li class="mr-3">
71
- <a class="inline-block py-1 px-3 text-grey-light" href="#">Disabled Pill</a>
71
+ <a class="inline-block py-1 px-3 text-grey-light cursor-not-allowed " href="#">Disabled Pill</a>
72
72
</li>
73
73
</ul >
74
74
@endcomponent
75
75
76
- ## Flex-Filled Navigation
76
+ ## Stretched
77
77
78
78
@component ('_ partials.code-sample')
79
79
<ul class =" flex " >
@@ -84,12 +84,12 @@ title: "Navigation"
84
84
<a class="text-center block border border-white rounded hover:border-grey-lighter text-blue hover:bg-grey-lighter py-2 px-4" href="#">Nav Item</a>
85
85
</li>
86
86
<li class="text-center flex-1">
87
- <a class="block py-2 px-4 text-grey-light" href="#">Disabled Item</a>
87
+ <a class="block py-2 px-4 text-grey-light cursor-not-allowed " href="#">Disabled Item</a>
88
88
</li>
89
89
</ul >
90
90
@endcomponent
91
91
92
- ## Justified Navigation
92
+ ## Justified
93
93
94
94
@component ('_ partials.code-sample')
95
95
<ul class =" flex justify-between " >
@@ -100,7 +100,7 @@ title: "Navigation"
100
100
<a class="inline-block border border-white rounded hover:border-grey-lighter text-blue hover:bg-grey-lighter py-2 px-4" href="#">Pill</a>
101
101
</li>
102
102
<li class="mr-3">
103
- <a class="inline-block py-2 px-4 text-grey-light" href="#">Disabled Pill</a>
103
+ <a class="inline-block py-2 px-4 text-grey-light cursor-not-allowed " href="#">Disabled Pill</a>
104
104
</li>
105
105
</ul >
106
106
@endcomponent
0 commit comments