Commit e3d21463 authored by Mark Otto's avatar Mark Otto
Browse files

fix rounded corners on copy buttons

parent 0222f2a2
Showing with 3 additions and 3 deletions
+3 -3
This diff is collapsed.
This diff is collapsed.
...@@ -1401,7 +1401,7 @@ body { ...@@ -1401,7 +1401,7 @@ body {
color: #818a91; color: #818a91;
cursor: pointer; cursor: pointer;
background-color: #eceeef; background-color: #eceeef;
border-radius: .2rem; border-radius: 0 .2rem 0 .2rem;
} }
.btn-clipboard-hover { .btn-clipboard-hover {
color: #fff; color: #fff;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment