carbon-addons-iot-react 4.1.21 → 4.1.22

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.
@@ -7274,30 +7274,6 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
7274
7274
  padding-right: 5rem;
7275
7275
  background: var(--cds-field-02, #f4f4f4);
7276
7276
  }
7277
- .iot--hotspot-text-style-tab__text-style button:first-of-type,
7278
- .iot--hotspot-text-style-tab__text-style button:last-of-type {
7279
- border-radius: 0;
7280
- }
7281
- .iot--hotspot-text-style-tab__text-style button:first-of-type {
7282
- border-top-left-radius: 5px;
7283
- border-bottom-left-radius: 5px;
7284
- }
7285
- .iot--hotspot-text-style-tab__text-style button:last-of-type {
7286
- border-top-right-radius: 5px;
7287
- border-bottom-right-radius: 5px;
7288
- }
7289
- html[dir=rtl] .iot--hotspot-text-style-tab__text-style button:first-of-type,
7290
- html[dir=rtl] .iot--hotspot-text-style-tab__text-style button:last-of-type {
7291
- border-radius: 0;
7292
- }
7293
- html[dir=rtl] .iot--hotspot-text-style-tab__text-style button:first-of-type {
7294
- border-top-right-radius: 5px;
7295
- border-bottom-right-radius: 5px;
7296
- }
7297
- html[dir=rtl] .iot--hotspot-text-style-tab__text-style button:last-of-type {
7298
- border-top-left-radius: 5px;
7299
- border-bottom-left-radius: 5px;
7300
- }
7301
7277
  .iot--hotspot-text-style-tab__dropdown {
7302
7278
  width: 100%;
7303
7279
  }