@egovernments/digit-ui-components-css 0.0.2-beta.22 → 0.0.2-beta.23
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/CHANGELOG.md +4 -0
- package/dist/index.css +44 -44
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/digitv2/pages/employee/workbench.scss +9 -9
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
.bread-crumb.workbench-bredcrumb{
|
|
4
4
|
a{
|
|
5
|
-
color: theme(digitv2.lightTheme.primary-
|
|
5
|
+
color: theme(digitv2.lightTheme.primary-1);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
.workbench{
|
|
@@ -142,7 +142,7 @@ a{
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.digit__control--is-focused {
|
|
145
|
-
border-color: theme(digitv2.lightTheme.primary-
|
|
145
|
+
border-color: theme(digitv2.lightTheme.primary-1) !important;
|
|
146
146
|
box-shadow: none;
|
|
147
147
|
box-sizing: unset;
|
|
148
148
|
@apply outline-none;
|
|
@@ -158,10 +158,10 @@ a{
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.digit__control:focus {
|
|
161
|
-
border-color: theme(digitv2.lightTheme.primary-
|
|
161
|
+
border-color: theme(digitv2.lightTheme.primary-1);
|
|
162
162
|
|
|
163
163
|
.digit__value-container:focus {
|
|
164
|
-
border-color: theme(digitv2.lightTheme.primary-
|
|
164
|
+
border-color: theme(digitv2.lightTheme.primary-1);
|
|
165
165
|
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -169,7 +169,7 @@ a{
|
|
|
169
169
|
|
|
170
170
|
&.form-select:focus {
|
|
171
171
|
@apply outline-none;
|
|
172
|
-
border-color: theme(digitv2.lightTheme.primary-
|
|
172
|
+
border-color: theme(digitv2.lightTheme.primary-1);
|
|
173
173
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
@@ -182,7 +182,7 @@ a{
|
|
|
182
182
|
.form-control:focus {
|
|
183
183
|
|
|
184
184
|
@apply outline-none;
|
|
185
|
-
border-color: theme(digitv2.lightTheme.primary-
|
|
185
|
+
border-color: theme(digitv2.lightTheme.primary-1);
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
textarea.form-control {
|
|
@@ -236,7 +236,7 @@ a{
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
input[type="checkbox"]#digit_root_active {
|
|
239
|
-
accent-color: theme(digitv2.lightTheme.primary-
|
|
239
|
+
accent-color: theme(digitv2.lightTheme.primary-1);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
input:checked,
|
|
@@ -573,11 +573,11 @@ a{
|
|
|
573
573
|
text-decoration: none;
|
|
574
574
|
.browse-text {
|
|
575
575
|
text-decoration: none;
|
|
576
|
-
color:
|
|
576
|
+
color: theme(digitv2.lightTheme.primary-1);
|
|
577
577
|
transition: color 0.3s;
|
|
578
578
|
}
|
|
579
579
|
.browse-text:hover {
|
|
580
|
-
color:
|
|
580
|
+
color: theme(digitv2.lightTheme.primary-1);
|
|
581
581
|
text-decoration: underline;
|
|
582
582
|
cursor: pointer;
|
|
583
583
|
}
|