Skip to content

Commit

Permalink
rem -> em
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jun 23, 2021
1 parent 9fb8ac5 commit 00dc9df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sphinx_copybutton/_static/copybutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ button.copybtn {
display: flex;
top: .3em;
right: .5em;
width: 1.7rem;
height: 1.7rem;
width: 1.7em;
height: 1.7em;
opacity: 0;
transition: opacity 0.3s, border .3s, background-color .3s;
user-select: none;
Expand Down Expand Up @@ -59,9 +59,9 @@ div.highlight {
visibility: hidden;
position: absolute;
content: attr(data-tooltip);
padding: .2rem;
font-size: .8rem;
left: -.2rem;
padding: .2em;
font-size: .8em;
left: -.2em;
background: grey;
color: white;
white-space: nowrap;
Expand Down

0 comments on commit 00dc9df

Please sign in to comment.