From bc0861e5a103a4e7863a1ae92e51df20efff6da6 Mon Sep 17 00:00:00 2001 From: blackbaud-johnly Date: Wed, 18 Apr 2018 22:11:40 -0400 Subject: [PATCH 1/2] Clean up button styles --- .../autocomplete/autocomplete-demo.component.html | 4 ++-- .../colorpicker/colorpicker-demo.component.html | 2 +- src/demos/confirm/confirm-demo.component.html | 6 +++--- .../link-records/link-records-demo.component.html | 4 ++-- src/demos/list/list-demo.component.html | 2 +- src/demos/lookup/lookup-demo.component.html | 2 +- src/demos/modal/modal-demo.component.html | 12 ++++++------ .../sectioned-form-demo.component.html | 2 +- src/demos/wait/wait-demo.component.html | 6 +++--- src/demos/wizard/wizard-demo.component.html | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/demos/autocomplete/autocomplete-demo.component.html b/src/demos/autocomplete/autocomplete-demo.component.html index ef59c0a8b..b396dcc51 100644 --- a/src/demos/autocomplete/autocomplete-demo.component.html +++ b/src/demos/autocomplete/autocomplete-demo.component.html @@ -130,7 +130,7 @@

@@ -174,7 +174,7 @@

diff --git a/src/demos/colorpicker/colorpicker-demo.component.html b/src/demos/colorpicker/colorpicker-demo.component.html index b095d87a4..a97df55d9 100644 --- a/src/demos/colorpicker/colorpicker-demo.component.html +++ b/src/demos/colorpicker/colorpicker-demo.component.html @@ -160,6 +160,6 @@

type="button" class="sky-btn sky-btn-default" (click)="toggleResetButton()"> - Toggle Reset Button + Toggle reset button

diff --git a/src/demos/confirm/confirm-demo.component.html b/src/demos/confirm/confirm-demo.component.html index 1ada78c05..1771391a1 100644 --- a/src/demos/confirm/confirm-demo.component.html +++ b/src/demos/confirm/confirm-demo.component.html @@ -1,7 +1,7 @@
@@ -89,7 +89,7 @@

diff --git a/src/demos/list/list-demo.component.html b/src/demos/list/list-demo.component.html index 509ff598e..e7f23dc36 100644 --- a/src/demos/list/list-demo.component.html +++ b/src/demos/list/list-demo.component.html @@ -1,6 +1,6 @@ diff --git a/src/demos/lookup/lookup-demo.component.html b/src/demos/lookup/lookup-demo.component.html index 2695143a3..5903ee3e5 100644 --- a/src/demos/lookup/lookup-demo.component.html +++ b/src/demos/lookup/lookup-demo.component.html @@ -41,7 +41,7 @@

diff --git a/src/demos/modal/modal-demo.component.html b/src/demos/modal/modal-demo.component.html index 5a4b4491f..bfeaad7de 100644 --- a/src/demos/modal/modal-demo.component.html +++ b/src/demos/modal/modal-demo.component.html @@ -1,23 +1,23 @@ - - - - - - diff --git a/src/demos/sectioned-form/sectioned-form-demo.component.html b/src/demos/sectioned-form/sectioned-form-demo.component.html index 029ab1f63..d40ec24a9 100644 --- a/src/demos/sectioned-form/sectioned-form-demo.component.html +++ b/src/demos/sectioned-form/sectioned-form-demo.component.html @@ -15,6 +15,6 @@

Sectioned form — Index: {{ activeIndexDisplay }}

With a modal

- \ No newline at end of file diff --git a/src/demos/wait/wait-demo.component.html b/src/demos/wait/wait-demo.component.html index 39fd44fc1..5103361d1 100644 --- a/src/demos/wait/wait-demo.component.html +++ b/src/demos/wait/wait-demo.component.html @@ -1,4 +1,4 @@ - +
@@ -7,6 +7,6 @@
- + - + diff --git a/src/demos/wizard/wizard-demo.component.html b/src/demos/wizard/wizard-demo.component.html index 6baa6b82b..d3f194b3f 100644 --- a/src/demos/wizard/wizard-demo.component.html +++ b/src/demos/wizard/wizard-demo.component.html @@ -1,6 +1,6 @@ From abe0861c0d65b3d2abbd470b1dd0a1d9451529da Mon Sep 17 00:00:00 2001 From: blackbaud-johnly Date: Thu, 19 Apr 2018 11:45:57 -0400 Subject: [PATCH 2/2] Remove icons in buttons --- src/demos/confirm/confirm-demo.component.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/demos/confirm/confirm-demo.component.html b/src/demos/confirm/confirm-demo.component.html index 1771391a1..d55cd5bf8 100644 --- a/src/demos/confirm/confirm-demo.component.html +++ b/src/demos/confirm/confirm-demo.component.html @@ -3,7 +3,6 @@ type="button" class="sky-btn sky-btn-default" (click)="openOKConfirm()"> - OK confirm @@ -11,7 +10,6 @@ type="button" class="sky-btn sky-btn-default" (click)="openYesCancelConfirm()"> - Yes/cancel confirm @@ -19,7 +17,6 @@ type="button" class="sky-btn sky-btn-default" (click)="openYesNoCancelConfirm()"> - Yes/no/cancel confirm @@ -27,7 +24,6 @@ type="button" class="sky-btn sky-btn-default" (click)="openCustomConfirm()"> - Custom confirm