Skip to content

Commit a8de4f2

Browse files
authored
add cursor-pointer (#560)
1 parent 14c1531 commit a8de4f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/views/shared/_navbar_menu.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<button
1010
type="button"
1111
id="facilitate_button"
12-
class="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium
12+
class="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
1313
text-gray-300 hover:bg-white/5 hover:text-white"
1414
data-action="dropdown#toggle"
1515
data-dropdown-payload-param='[{"facilitate_menu":"hidden"}]'>
@@ -42,7 +42,7 @@
4242
<button
4343
type="button"
4444
id="community_button"
45-
class="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium
45+
class="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
4646
text-gray-300 hover:bg-white/5 hover:text-white"
4747
data-action="dropdown#toggle"
4848
data-dropdown-payload-param='[{"community_menu":"hidden"}]'>
@@ -87,7 +87,7 @@
8787
<button
8888
type="button"
8989
id="help_button"
90-
class="flex items-center gap-2 rounded-md px-3 py-2 text-lg font-medium
90+
class="flex items-center gap-2 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
9191
text-gray-300 hover:bg-white/5 hover:text-white"
9292
data-action="dropdown#toggle"
9393
data-dropdown-payload-param='[{"help_menu":"hidden"}]'>

app/views/shared/_navbar_new_button.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
flex items-center gap-2 rounded-md bg-white px-4 py-1 mt-1 text-sm font-semibold text-gray-900
88
shadow-sm border border-gray-200 hover:bg-gray-50 active:bg-gray-100
99
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2
10-
transition"
10+
transition cursor-pointer"
1111
data-action="dropdown#toggle"
1212
data-dropdown-payload-param='[{"workshop-dropdown":"hidden"}]'
1313
>

app/views/shared/_navbar_user.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type="button"
44
class="
55
relative flex rounded-full focus-visible:outline-2
6-
focus-visible:outline-offset-2 focus-visible:outline-indigo-500
6+
focus-visible:outline-offset-2 focus-visible:outline-indigo-500 cursor-pointer
77
"
88
data-action="dropdown#toggle"
99
data-dropdown-payload-param='[{"avatar-dropdown":"hidden"}]'

0 commit comments

Comments
 (0)