ui(mini-bar): add title tooltip for truncated label/value
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
href="{!! $href !!}"
|
href="{!! $href !!}"
|
||||||
@if($ariaLabel !== '') aria-label="{{ $ariaLabel }}" @endif
|
@if($ariaLabel !== '') aria-label="{{ $ariaLabel }}" @endif
|
||||||
>
|
>
|
||||||
<div class="adm-mini-bar-label">{{ $label }}</div>
|
<div class="adm-mini-bar-label" title="{{ $label }}">{{ $label }}</div>
|
||||||
|
|
||||||
@include('admin.components.mini_bar', [
|
@include('admin.components.mini_bar', [
|
||||||
'role' => $barRole,
|
'role' => $barRole,
|
||||||
@@ -43,5 +43,5 @@
|
|||||||
'title' => $title,
|
'title' => $title,
|
||||||
])
|
])
|
||||||
|
|
||||||
<div class="adm-mini-bar-value">{{ $value }}</div>
|
<div class="adm-mini-bar-value" title="{{ $value }}">{{ $value }}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user