carbon-components-svelte 0.108.0 → 0.108.1

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.
@@ -10,6 +10,15 @@
10
10
  .#{$prefix}--copy-btn.#{$prefix}--copy-btn--portal-active.#{$prefix}--copy-btn--animating::before,
11
11
  .#{$prefix}--copy-btn.#{$prefix}--copy-btn--portal-active .#{$prefix}--copy-btn__feedback,
12
12
  .#{$prefix}--copy-btn.#{$prefix}--copy-btn--portal-active.#{$prefix}--copy-btn--animating
13
+ .#{$prefix}--copy-btn__feedback,
14
+ // The inline code snippet variant renders its own button without the
15
+ // `bx--copy-btn` class, so the rules above do not reach it. Carbon's
16
+ // `.bx--snippet--inline.bx--copy-btn--animating::before` still shows the
17
+ // native caret beside the portalled tooltip.
18
+ .#{$prefix}--snippet--inline.#{$prefix}--copy-btn--portal-active.#{$prefix}--copy-btn--animating::before,
19
+ .#{$prefix}--snippet--inline.#{$prefix}--copy-btn--portal-active
20
+ .#{$prefix}--copy-btn__feedback,
21
+ .#{$prefix}--snippet--inline.#{$prefix}--copy-btn--portal-active.#{$prefix}--copy-btn--animating
13
22
  .#{$prefix}--copy-btn__feedback {
14
23
  display: none;
15
24
  }