Removed unwanted outline
This commit is contained in:
parent
7421b98166
commit
0ee29c52e1
@ -65,7 +65,7 @@
|
||||
<x-tooltip id="tooltip-notifications" placement="right" message="{{ trans_choice('general.notifications', 2) }}">
|
||||
<button type="button"
|
||||
@class([
|
||||
'flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer js-menu-toggles',
|
||||
'flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer js-menu-toggles outline-none',
|
||||
'animate-vibrate' => $notification_count,
|
||||
])
|
||||
data-menu="notifications-menu"
|
||||
@ -82,7 +82,7 @@
|
||||
@endcan
|
||||
|
||||
<x-tooltip id="tooltip-search" placement="right" message="{{ trans('general.search') }}">
|
||||
<button type="button" class="flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer">
|
||||
<button type="button" class="flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer outline-none">
|
||||
<span id="menu-search-icon" name="search" class="material-icons-outlined text-purple text-2xl pointer-events-none">search</span>
|
||||
</button>
|
||||
</x-tooltip>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<x-tooltip id="tooltip-notifications" placement="right" message="{{ trans_choice('general.notifications', 2) }}">
|
||||
<button type="button"
|
||||
@class([
|
||||
'flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer js-menu-toggles',
|
||||
'flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer js-menu-toggles outline-none',
|
||||
'animate-vibrate' => user()->unreadNotifications->count(),
|
||||
])
|
||||
data-menu="notifications-menu">
|
||||
@ -65,7 +65,7 @@
|
||||
@endcan
|
||||
|
||||
<x-tooltip id="tooltip-search" placement="right" message="{{ trans('general.search') }}">
|
||||
<button type="button" class="flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer">
|
||||
<button type="button" class="flex items-center menu-button justify-center w-8 h-8 mb-2.5 relative cursor-pointer outline-none">
|
||||
<span name="search" class="material-icons-outlined text-purple text-2xl pointer-events-none">search</span>
|
||||
</button>
|
||||
</x-tooltip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user