@carbon/styles 1.15.0 → 1.16.0-rc.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.
@@ -392,6 +392,17 @@
392
392
  flex-direction: column;
393
393
  }
394
394
 
395
+ .#{$prefix}--text-input-wrapper--inline .cds--form-requirement {
396
+ display: block;
397
+ overflow: visible;
398
+ max-height: rem(200px);
399
+ font-weight: 400;
400
+ }
401
+
402
+ .#{$prefix}--text-input-wrapper--inline--invalid .cds--form-requirement {
403
+ color: $text-error;
404
+ }
405
+
395
406
  //-----------------------------
396
407
  // Readonly
397
408
  //-----------------------------
@@ -277,25 +277,6 @@
277
277
  position: relative;
278
278
  }
279
279
 
280
- .#{$prefix}--header__submenu--current::after {
281
- position: absolute;
282
- top: 0;
283
- right: 0;
284
- bottom: 0;
285
- left: 0;
286
- width: 100%;
287
- border-bottom: 3px solid $border-interactive;
288
- content: '';
289
- }
290
-
291
- .#{$prefix}--header__submenu--current:focus {
292
- border: 2px solid $focus;
293
- }
294
-
295
- .#{$prefix}--header__submenu--current:focus::after {
296
- border: 0;
297
- }
298
-
299
280
  .#{$prefix}--header__menu-title[aria-haspopup='true'] {
300
281
  position: relative;
301
282
  }