mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
use default action button class when fill and color props aren't given
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<button class="btn at-Button{{ vm.fill }}--{{ vm.color }}">
|
<button class="btn at-Button{{ vm.fill }}{{ vm.color ? '--' + vm.color : '' }}">
|
||||||
<ng-transclude></ng-transclude>
|
<ng-transclude></ng-transclude>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user