@navikt/ds-css 5.10.2 → 5.10.4

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.
@@ -3062,10 +3062,6 @@
3062
3062
  color: var(--ac-textarea-text, var(--__ac-textarea-text, var(--a-text-default)));
3063
3063
  }
3064
3064
 
3065
- .navds-textarea--counter {
3066
- padding-bottom: var(--a-spacing-8);
3067
- }
3068
-
3069
3065
  .navds-textarea__input::placeholder {
3070
3066
  color: var(--ac-textarea-placeholder, var(--__ac-textarea-placeholder, var(--a-text-subtle)));
3071
3067
  }
@@ -3090,19 +3086,9 @@
3090
3086
  padding: var(--a-spacing-1-alt);
3091
3087
  }
3092
3088
 
3093
- .navds-form-field--small .navds-textarea--counter.navds-textarea__input {
3094
- padding-bottom: var(--a-spacing-7);
3095
- }
3096
-
3097
3089
  .navds-textarea__counter {
3098
- pointer-events: none;
3090
+ margin-top: var(--a-spacing-05);
3099
3091
  color: var(--ac-textarea-counter-text, var(--__ac-textarea-counter-text, var(--a-text-subtle)));
3100
- font-style: italic;
3101
- position: absolute;
3102
- text-align: left;
3103
- left: 0.0625rem;
3104
- bottom: 0.0625rem;
3105
- padding: var(--a-spacing-1) var(--a-spacing-2);
3106
3092
  }
3107
3093
 
3108
3094
  .navds-textarea__counter--error {