carbon-addons-iot-react 5.13.0 → 5.14.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.
@@ -8247,6 +8247,36 @@ li.cds--accordion__item--disabled:last-of-type {
8247
8247
  box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
8248
8248
  }
8249
8249
 
8250
+ .cds--btn--tertiary--light {
8251
+ border-width: 1px;
8252
+ border-style: solid;
8253
+ border-color: #ffffff;
8254
+ background-color: transparent;
8255
+ color: #ffffff;
8256
+ }
8257
+ .cds--btn--tertiary--light:hover {
8258
+ background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
8259
+ }
8260
+ .cds--btn--tertiary--light:focus {
8261
+ border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
8262
+ box-shadow: inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)), inset 0 0 0 2px var(--cds-background, #ffffff);
8263
+ }
8264
+ .cds--btn--tertiary--light:active {
8265
+ background-color: var(--cds-background-active, rgba(141, 141, 141, 0.5));
8266
+ }
8267
+ .cds--btn--tertiary--light .cds--btn__icon,
8268
+ .cds--btn--tertiary--light .cds--btn__icon path:not([data-icon-path]):not([fill=none]) {
8269
+ fill: #ffffff;
8270
+ }
8271
+ .cds--btn--tertiary--light:focus {
8272
+ border-color: #ffffff;
8273
+ box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px var(--cds-background-active, rgba(141, 141, 141, 0.5));
8274
+ }
8275
+ .cds--btn--tertiary--light:hover, .cds--btn--tertiary--light:active {
8276
+ background-color: var(--cds-background-active, rgba(141, 141, 141, 0.5));
8277
+ border-color: #ffffff;
8278
+ }
8279
+
8250
8280
  .cds--overflow-menu,
8251
8281
  .cds--overflow-menu__trigger {
8252
8282
  display: inline-block;