Skip to content

Commit

Permalink
Revert "fix(code-snippet): set correct width for feedback container i…
Browse files Browse the repository at this point in the history
…n Safari (carbon-design-system#5601)"

This reverts commit 1c1b615.
  • Loading branch information
renmaddox authored Mar 20, 2020
1 parent 26f65ee commit 311935e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,12 @@
}

.#{$prefix}--copy-btn__feedback {
box-sizing: content-box;
@include tooltip--content('icon');
clip: auto;
margin: auto;
overflow: visible;
display: none;
}

@include tooltip--placement('icon', 'bottom', 'center');
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,12 @@
}

.#{$prefix}--copy-btn__feedback {
box-sizing: content-box;
@include tooltip--content('icon');
clip: auto;
margin: auto;
overflow: visible;
display: none;
}

@include tooltip--placement('icon', 'bottom', 'center');

&:focus {
Expand Down

0 comments on commit 311935e

Please sign in to comment.