general-library-union 3.0.94 → 3.0.95
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
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
&:enabled:focus {
|
|
18
18
|
// @include focused-input();
|
|
19
|
-
border: solid
|
|
19
|
+
border: solid px var(--color-300);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&.ng-dirty.ng-invalid {
|
|
@@ -108,7 +108,7 @@ p-inputnumber {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.p-inputtext:focus-visible {
|
|
111
|
-
outline: solid
|
|
111
|
+
outline: solid 1px var(--color-400);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
@media (max-width:1366px){
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
&:enabled:focus {
|
|
20
20
|
// @include focused-input();
|
|
21
|
-
border: solid
|
|
21
|
+
border: solid 1px var(--color-300);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -125,7 +125,7 @@ p-inputnumber {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
.p-inputtext:focus-visible {
|
|
128
|
-
outline: solid
|
|
128
|
+
outline: solid 1px var(--color-400);
|
|
129
129
|
}
|
|
130
130
|
@media (max-width:1366px){
|
|
131
131
|
.p-inputtext{
|