Merge pull request #2959 from leigh-pointer/ModActRoleButt
ModuleActions not displaying the correct mouse pointer
This commit is contained in:
commit
07a27b25e0
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
<div class="app-moduleactions py-2 px-3">
|
<div class="app-moduleactions py-2 px-3">
|
||||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"></a>
|
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"></a>
|
||||||
<ul class="dropdown-menu" x-placement="bottom-start" style="position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 37px, 0px);">
|
<ul class="dropdown-menu" x-placement="bottom-start" style="position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 37px, 0px);" role="button">
|
||||||
@foreach (var action in Actions.Where(item => !item.Name.Contains("Pane")))
|
@foreach (var action in Actions.Where(item => !item.Name.Contains("Pane")))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(action.Name))
|
if (string.IsNullOrEmpty(action.Name))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user