Merge pull request #6942 from kjac/v8/fix/locked-alias-cursor
V8: Use "not allowed" cursor for locked type aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div>
|
||||
<span class="umb-locked-field__text" ng-show="!enableLock">{{ alias }}</span>
|
||||
<span class="umb-locked-field__text cursor-not-allowed" ng-show="!enableLock">{{ alias }}</span>
|
||||
<div ng-show="enableLock">
|
||||
<umb-locked-field
|
||||
locked="locked"
|
||||
|
||||
Reference in New Issue
Block a user