diff --git a/src/presentation/assets/styles/third-party-extensions/_tree.scss b/src/presentation/assets/styles/third-party-extensions/_tree.scss index fc80dd44..7e8ce51d 100644 --- a/src/presentation/assets/styles/third-party-extensions/_tree.scss +++ b/src/presentation/assets/styles/third-party-extensions/_tree.scss @@ -22,7 +22,6 @@ $color-node-checkbox-tick-checked : $color-on-secondary; > .tree-anchor { > span { color: $color-node-fg; - text-transform: uppercase; font-size: 1.5em; } display: block; // so it takes full width to allow aligning items inside diff --git a/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/RevertToggle.vue b/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/RevertToggle.vue index 56d8196b..9c8ee577 100644 --- a/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/RevertToggle.vue +++ b/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/RevertToggle.vue @@ -136,9 +136,10 @@ $size-height : 30px; } .checkbox-off, .checkbox-on { + text-transform: uppercase; float: left; font-weight: 700; - -webkit-transition: all 0.3s ease-out 0s; + -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } diff --git a/src/presentation/components/Scripts/View/TheScriptsView.vue b/src/presentation/components/Scripts/View/TheScriptsView.vue index 37263d48..d38290e2 100644 --- a/src/presentation/components/Scripts/View/TheScriptsView.vue +++ b/src/presentation/components/Scripts/View/TheScriptsView.vue @@ -149,7 +149,6 @@ $margin-inner: 4px; display:flex; flex-direction: column; word-break:break-word; - text-transform: uppercase; color: $color-on-primary; font-size: 1.5em; padding:10px;