@festo-ui/angular 3.1.0-pre-20220401.1 → 3.1.0-pre-20220406.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "3.1.0-pre-20220401.1",
3
+ "version": "3.1.0-pre-20220406.2",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",
@@ -1,17 +1,17 @@
1
1
  @import "../../../../../web-essentials/scss/variables";
2
2
 
3
3
  fng-text-area.ng-invalid label.fwe-input-text {
4
- textarea {
5
- border-bottom: 1px solid $red !important;
4
+ textarea {
5
+ border: 1px solid $red !important;
6
6
  box-shadow: none;
7
7
  outline: none;
8
8
 
9
9
  &:focus {
10
- border-bottom: 1px solid $red !important;
10
+ border: 1px solid $red !important;
11
11
  }
12
12
 
13
13
  &:disabled {
14
- border-bottom: 1px solid $control-disabled !important;
14
+ border: 1px solid $control-disabled !important;
15
15
 
16
16
  & ~ .fwe-input-text-label,
17
17
  & ~ .fwe-input-text-invalid,
@@ -21,18 +21,17 @@ fng-text-editor {
21
21
  min-height: 100%;
22
22
  overflow-y: auto;
23
23
  @include custom-scrollbar();
24
- margin-top: $spacer-xxs;
24
+ padding-top: $spacer-xxxs;
25
25
  padding-bottom: $spacer-xxxs;
26
- border-bottom: $gray-400 solid 1px;
27
-
26
+ padding-left: $spacer-xxs;
27
+ border: $control-border solid 1px;
28
28
  &:hover {
29
- border-bottom: $hero solid 1px;
29
+ border-color: $hero;
30
30
  }
31
-
32
31
  &[contenteditable="true"] {
33
32
  outline: none;
34
33
  &:focus {
35
- border-bottom: $hero solid 1px;
34
+ border-color: $hero;
36
35
  }
37
36
  }
38
37
  }
@@ -79,9 +78,9 @@ fng-text-editor {
79
78
  }
80
79
 
81
80
  .fng-editor-container {
82
- border-bottom: 1px solid $control-disabled !important;
81
+ border-color: $control-disabled !important;
83
82
  &:hover {
84
- border-bottom: 1px solid $control-disabled !important;
83
+ border-color: $control-disabled !important;
85
84
  }
86
85
  }
87
86
  .fng-divider-y {
@@ -122,7 +121,7 @@ fng-text-editor {
122
121
  }
123
122
 
124
123
  &-container {
125
- border-bottom: 1px solid $red;
124
+ border-color: $red;
126
125
  }
127
126
  }
128
127
  }
@@ -218,7 +217,6 @@ fng-text-editor {
218
217
  &.ql-snow {
219
218
  border: 0;
220
219
  padding: $spacer-xxxs 0;
221
- border-bottom: 1px solid $gray-400;
222
220
 
223
221
  .ql-formats {
224
222
  &.fng-editor-toolbar-buttons-container {