@helsenorge/datepicker 11.3.0 → 11.4.0
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 +1602 -913
- package/components/DatePicker/styles.module.scss +3 -1
- package/package.json +1 -1
|
@@ -164,7 +164,8 @@
|
|
|
164
164
|
&:focus:not([disabled]) {
|
|
165
165
|
background-color: palette.$neutral100;
|
|
166
166
|
color: palette.$blueberry600;
|
|
167
|
-
text-decoration: underline
|
|
167
|
+
text-decoration-line: underline;
|
|
168
|
+
text-decoration-thickness: 2px;
|
|
168
169
|
outline: none;
|
|
169
170
|
}
|
|
170
171
|
|
|
@@ -303,4 +304,5 @@
|
|
|
303
304
|
background-color: palette.$neutral100;
|
|
304
305
|
}
|
|
305
306
|
}
|
|
307
|
+
|
|
306
308
|
/* stylelint-enable */
|