general-library-union 3.0.93 → 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 {
|
|
@@ -107,6 +107,10 @@ p-inputnumber {
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
.p-inputtext:focus-visible {
|
|
111
|
+
outline: solid 1px var(--color-400);
|
|
112
|
+
}
|
|
113
|
+
|
|
110
114
|
@media (max-width:1366px){
|
|
111
115
|
.p-inputtext{
|
|
112
116
|
font-size: 0.85rem;
|
|
@@ -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
|
|
|
@@ -124,7 +124,9 @@ p-inputnumber {
|
|
|
124
124
|
@include scaledPadding($inputPadding, $scaleLG);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
|
|
127
|
+
.p-inputtext:focus-visible {
|
|
128
|
+
outline: solid 1px var(--color-400);
|
|
129
|
+
}
|
|
128
130
|
@media (max-width:1366px){
|
|
129
131
|
.p-inputtext{
|
|
130
132
|
font-size: 0.85rem;
|