@navikt/ds-css 7.1.1 → 7.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 7.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - List: Explicitly set list-style on ol to override reset-CSS ([#3202](https://github.com/navikt/aksel/pull/3202))
8
+
3
9
  ## 7.1.1
4
10
 
5
11
  ### Patch Changes
@@ -3,7 +3,7 @@
3
3
  * Do not edit directly, this file was auto-generated.
4
4
  */
5
5
  :root, :host {
6
- --a-version: "7.1.1";
6
+ --a-version: "7.1.2";
7
7
  --a-spacing-1-alt: 0.375rem;
8
8
  --a-spacing-05: 0.125rem;
9
9
  --a-spacing-32: 8rem;
@@ -7214,6 +7214,7 @@ button.navds-stepper__step {
7214
7214
  margin-block: var(--a-spacing-2) 0;
7215
7215
  }
7216
7216
  .navds-list ol {
7217
+ list-style: decimal; /* This is the default value, but some frameworks have `ol,ul { list-style:none }` */
7217
7218
  padding-left: 1.7rem;
7218
7219
  }
7219
7220
  .navds-list ol > .navds-list__item {