You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2019/07/22 13:53:46 UTC

[nifi-fds] 04/06: [NIFI-6459] FDS button toggle text uppercase

This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit 104d08fe95e31edd299347fef059ee59c1e51c1b
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Jul 19 13:10:50 2019 -0400

    [NIFI-6459] FDS button toggle text uppercase
---
 platform/core/common/styles/_buttonToggles.scss    |  1 +
 webapp/components/flow-design-system/fds-demo.html | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/platform/core/common/styles/_buttonToggles.scss b/platform/core/common/styles/_buttonToggles.scss
index 3c198c5..b82157b 100644
--- a/platform/core/common/styles/_buttonToggles.scss
+++ b/platform/core/common/styles/_buttonToggles.scss
@@ -71,6 +71,7 @@
 
     body[fds] .tab-toggle-group .mat-button-toggle-label-content {
         border-bottom: 2px solid $grey5;
+        text-transform: uppercase;
     }
 
     body[fds] .tab-toggle-group .mat-button-toggle-checked {
diff --git a/webapp/components/flow-design-system/fds-demo.html b/webapp/components/flow-design-system/fds-demo.html
index 0d994ca..2a6d5db 100644
--- a/webapp/components/flow-design-system/fds-demo.html
+++ b/webapp/components/flow-design-system/fds-demo.html
@@ -270,15 +270,15 @@ limitations under the License.
                 </mat-button-toggle-group>
                 <div fxLayout="row" class="pad-top-md pad-bot-md"></div>
                 <mat-button-toggle-group name="fds-administration-perspective" fxLayout="row" class="tab-toggle-group">
-                    <mat-button-toggle value="general" class="text-upper">
+                    <mat-button-toggle value="general">
                         general
                     </mat-button-toggle>
                     <div fxLayout="row" class="pad-left-md"></div>
-                    <mat-button-toggle value="users" class="text-upper">
+                    <mat-button-toggle value="users">
                         Users
                     </mat-button-toggle>
                     <div fxLayout="row" class="pad-left-md"></div>
-                    <mat-button-toggle value="workflow" class="text-upper">
+                    <mat-button-toggle value="workflow">
                         Workflow
                     </mat-button-toggle>
                 </mat-button-toggle-group>
@@ -339,15 +339,15 @@ limitations under the License.
         </mat-button-toggle-group>
         <div fxLayout="row" class="pad-top-md pad-bot-md"></div>
         <mat-button-toggle-group name="fds-administration-perspective" fxLayout="row" class="tab-toggle-group">
-            <mat-button-toggle value="general" class="text-upper">
+            <mat-button-toggle value="general">
                 general
             </mat-button-toggle>
             <div fxLayout="row" class="pad-left-md"></div>
-            <mat-button-toggle value="users" class="text-upper">
+            <mat-button-toggle value="users">
                 Users
             </mat-button-toggle>
             <div fxLayout="row" class="pad-left-md"></div>
-            <mat-button-toggle value="workflow" class="text-upper">
+            <mat-button-toggle value="workflow">
                 Workflow
             </mat-button-toggle>
         </mat-button-toggle-group>