File tree 2 files changed +2
-2
lines changed
inertia/resources/js/Layouts
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const logout = () => {
123
123
</button >
124
124
125
125
<span v-else class =" inline-flex rounded-md" >
126
- <button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none transition" >
126
+ <button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none focus:bg-gray-50 active:bg-gray-50 transition" >
127
127
{{ $page.props.user.name }}
128
128
129
129
<svg class =" ml-2 -mr-0.5 h-4 w-4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
Original file line number Diff line number Diff line change 79
79
</button >
80
80
@else
81
81
<span class =" inline-flex rounded-md" >
82
- <button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none transition" >
82
+ <button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none focus:bg-gray-50 active:bg-gray-50 transition" >
83
83
{{ Auth:: user ()-> name } }
84
84
85
85
<svg class =" ml-2 -mr-0.5 h-4 w-4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
You can’t perform that action at this time.
0 commit comments