Skip to content

Commit

Permalink
fix(slug): remove unneeded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 29, 2024
1 parent 7bb5603 commit 4156684
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/carbon-web-components/src/components/slug/slug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ $colorMap: (
}
}

// :host(#{$prefix}-slug[enabled][with-actions]) {
// .#{$prefix}--toggletip-content {
// max-inline-size: to-rem(334px);
// }
// }

:host(#{$prefix}-slug[enabled]:not([with-actions])) {
.#{$prefix}--toggletip-content {
max-inline-size: to-rem(320px);
Expand Down

0 comments on commit 4156684

Please sign in to comment.