mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
use default action button class when fill and color props aren't given
This commit is contained in:
parent
ea9ed31f9d
commit
dfaf19cdf3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user