@carbon/styles 1.26.1 → 1.27.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.
@@ -415,6 +415,7 @@
415
415
 
416
416
  .#{$prefix}--form--fluid .#{$prefix}--text-input-wrapper--readonly,
417
417
  .#{$prefix}--text-input-wrapper--readonly .#{$prefix}--text-input {
418
+ border-bottom-color: $border-subtle;
418
419
  background: transparent;
419
420
  }
420
421
 
@@ -91,10 +91,12 @@
91
91
 
92
92
  // readonly
93
93
  .#{$prefix}--time-picker--readonly .#{$prefix}--time-picker__input-field {
94
+ border-bottom-color: $border-subtle;
94
95
  background-color: transparent;
95
96
  }
96
97
 
97
98
  .#{$prefix}--time-picker--readonly .#{$prefix}--select-input {
99
+ border-bottom-color: $border-subtle;
98
100
  background-color: transparent;
99
101
  cursor: default;
100
102
  }
@@ -30,6 +30,10 @@
30
30
  &:focus {
31
31
  outline: none;
32
32
  }
33
+
34
+ &:hover {
35
+ cursor: pointer;
36
+ }
33
37
  }
34
38
 
35
39
  .#{$prefix}--tree-node:focus > .#{$prefix}--tree-node__label {
@@ -60,6 +60,7 @@ $-default-layer-sets: (
60
60
  theme.$field-hover-03,
61
61
  ),
62
62
  border-subtle: (
63
+ theme.$border-subtle-00,
63
64
  theme.$border-subtle-01,
64
65
  theme.$border-subtle-02,
65
66
  theme.$border-subtle-03,