feat(sidebar): add dark theme colors [EE-3666] (#7414)
This commit is contained in:
+3
-3
@@ -3,13 +3,13 @@
|
||||
<button
|
||||
ng-if="$ctrl.showUpdateAction"
|
||||
type="button"
|
||||
class="btn btn-sm btn-light h-fit vertical-center !ml-0"
|
||||
class="btn btn-sm btn-light h-fit"
|
||||
authorization="DockerServiceUpdate"
|
||||
ng-disabled="$ctrl.selectedItemCount === 0"
|
||||
ng-click="$ctrl.updateAction($ctrl.selectedItems)"
|
||||
data-cy="service-updateServiceButton"
|
||||
>
|
||||
<pr-icon icon="'refresh-cw'" feather="true" mode="'secondary'"></pr-icon>Update
|
||||
<pr-icon icon="'refresh-cw'" feather="true"></pr-icon>Update
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
@@ -19,7 +19,7 @@
|
||||
ng-click="$ctrl.removeAction($ctrl.selectedItems)"
|
||||
data-cy="service-removeServiceButton"
|
||||
>
|
||||
<pr-icon icon="'trash-2'" feather="true" mode="'danger'"></pr-icon>Remove
|
||||
<pr-icon icon="'trash-2'" feather="true"></pr-icon>Remove
|
||||
</button>
|
||||
</div>
|
||||
<button type="button" class="btn btn-sm btn-primary" ui-sref="docker.services.new" ng-if="$ctrl.showAddAction" authorization="DockerServiceCreate">
|
||||
|
||||
Reference in New Issue
Block a user