Skip to content

Commit 4b345d6

Browse files
committed
Tweak nav example titles and disabled states
1 parent 30b5e58 commit 4b345d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/docs/examples/navigation.blade.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ title: "Navigation"
1919
</div>
2020
</div>
2121

22-
## Simple Navigation Example
22+
## Simple
2323

2424
@component('_partials.code-sample')
2525
<ul class="flex">
@@ -33,7 +33,7 @@ title: "Navigation"
3333
<a class="text-blue hover:text-blue-darker" href="#">Link</a>
3434
</li>
3535
<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>
3737
</li>
3838
</ul>
3939
@endcomponent
@@ -68,12 +68,12 @@ title: "Navigation"
6868
<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>
6969
</li>
7070
<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>
7272
</li>
7373
</ul>
7474
@endcomponent
7575

76-
## Flex-Filled Navigation
76+
## Stretched
7777

7878
@component('_partials.code-sample')
7979
<ul class="flex">
@@ -84,12 +84,12 @@ title: "Navigation"
8484
<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>
8585
</li>
8686
<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>
8888
</li>
8989
</ul>
9090
@endcomponent
9191

92-
## Justified Navigation
92+
## Justified
9393

9494
@component('_partials.code-sample')
9595
<ul class="flex justify-between">
@@ -100,7 +100,7 @@ title: "Navigation"
100100
<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>
101101
</li>
102102
<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>
104104
</li>
105105
</ul>
106106
@endcomponent

0 commit comments

Comments
 (0)