mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -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>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user